public function ConditionAggregateInterface::conditions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php \Drupal\Core\Entity\Query\ConditionAggregateInterface::conditions()
Gets a complete list of all conditions in this conditional clause.
This method returns by reference. That allows alter hooks to access the data structure directly and manipulate it before it gets compiled.
Return value
array
File
- core/
lib/ Drupal/ Core/ Entity/ Query/ ConditionAggregateInterface.php, line 65 - Contains \Drupal\Core\Entity\Query\ConditionAggregateInterface.
Class
- ConditionAggregateInterface
- Defines aggregated entity query conditions.
Namespace
Drupal\Core\Entity\QueryCode
public function &conditions();