function ConditionFundamentals::getQuery
1 call to ConditionFundamentals::getQuery()
- Condition::compile in core/
lib/ Drupal/ Core/ Entity/ Query/ Sql/ Condition.php - Compiles this conditional clause.
File
-
core/
lib/ Drupal/ Core/ Entity/ Query/ ConditionFundamentals.php, line 108
Class
- ConditionFundamentals
- Common code for all implementations of the entity query condition interfaces.
Namespace
Drupal\Core\Entity\QueryCode
public function getQuery() : QueryInterface {
return $this->query;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.