function SelectExtender::compiled
Check whether a condition has been previously compiled.
Return value
bool TRUE if the condition has been previously compiled.
Overrides ConditionInterface::compiled
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php, line 144
Class
- SelectExtender
- The base extender class for Select queries.
Namespace
Drupal\Core\Database\QueryCode
public function compiled() {
return $this->query
->compiled();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.