W3cubDocs

/Drupal 8

protected property Condition::$changed

Whether the conditions have been changed.

TRUE if the condition has been changed since the last compile. FALSE if the condition has been compiled and not changed.

Type: bool

File

core/lib/Drupal/Core/Database/Query/Condition.php, line 35

Class

Condition
Generic class for a series of conditions in a query.

Namespace

Drupal\Core\Database\Query

Code

protected $changed = TRUE;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Query!Condition.php/property/Condition::changed/8.1.x