function Condition::compile

Compiles this conditional clause.

Parameters

$query: The query object this conditional clause belongs to.

Overrides ConditionInterface::compile

File

core/lib/Drupal/Core/Entity/Query/Null/Condition.php, line 15

Class

Condition
Defines the condition class for the null entity query.

Namespace

Drupal\Core\Entity\Query\Null

Code

public function compile($query) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.