public ConditionInterface::compiled()
Check whether a condition has been previously compiled.
Return value
TRUE if the condition has been previously compiled.
File
- core/lib/Drupal/Core/Database/Query/ConditionInterface.php, line 165
Class
- ConditionInterface
- Interface for a conditional clause in a query.
Namespace
Drupal\Core\Database\Query
Code
public function compiled();
Please login to continue.