Query::compile

protected Query::compile()

Compiles the conditions.

Return value

\Drupal\Core\Entity\Query\Sql\Query Returns the called object.

File

core/lib/Drupal/Core/Entity/Query/Sql/Query.php, line 154

Class

Query
The SQL storage entity query class.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected function compile() {
  $this->condition->compile($this->sqlQuery);
  return $this;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.