function ConditionInterface::compiled
Check whether a condition has been previously compiled.
Return value
bool TRUE if the condition has been previously compiled.
2 methods override ConditionInterface::compiled()
- Condition::compiled in core/
lib/ Drupal/ Core/ Database/ Query/ Condition.php - Check whether a condition has been previously compiled.
- SelectExtender::compiled in core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php - Check whether a condition has been previously compiled.
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ ConditionInterface.php, line 198
Class
- ConditionInterface
- Interface for a conditional clause in a query.
Namespace
Drupal\Core\Database\QueryCode
public function compiled();