You are here

public function ConditionInterface::compiled in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Database/Query/ConditionInterface.php \Drupal\Core\Database\Query\ConditionInterface::compiled()

Check whether a condition has been previously compiled.

Return value

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 170
Contains \Drupal\Core\Database\Query\ConditionInterface.

Class

ConditionInterface
Interface for a conditional clause in a query.

Namespace

Drupal\Core\Database\Query

Code

public function compiled();