public function QueryAggregateInterface::existsAggregate in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php \Drupal\Core\Entity\Query\QueryAggregateInterface::existsAggregate()
- 9 core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php \Drupal\Core\Entity\Query\QueryAggregateInterface::existsAggregate()
Queries for the existence of a field.
Parameters
string $field: The name of the field.
string $function: The aggregate function.
$langcode: (optional) The language code.
Return value
$this The called object.
File
- core/
lib/ Drupal/ Core/ Entity/ Query/ QueryAggregateInterface.php, line 83
Class
- QueryAggregateInterface
- Defines an interface for aggregated entity queries.
Namespace
Drupal\Core\Entity\QueryCode
public function existsAggregate($field, $function, $langcode = NULL);