public function ConditionAggregateInterface::notExists in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php \Drupal\Core\Entity\Query\ConditionAggregateInterface::notExists()
- 9 core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php \Drupal\Core\Entity\Query\ConditionAggregateInterface::notExists()
Queries for the nonexistence of a field.
Parameters
string $field: The field to query for nonexistence.
string $function: The function.
string $langcode: (optional) For which language the entity should be prepared, defaults to the current content language.
Return value
\Drupal\Core\Entity\Query\ConditionInterface
See also
\Drupal\Core\Entity\Query\QueryInterface::notExists()
File
- core/
lib/ Drupal/ Core/ Entity/ Query/ ConditionAggregateInterface.php, line 72
Class
- ConditionAggregateInterface
- Defines aggregated entity query conditions.
Namespace
Drupal\Core\Entity\QueryCode
public function notExists($field, $function, $langcode = NULL);