public function QueryAggregate::notExistsAggregate in MongoDB 8
Queries for the nonexistence of a field.
Parameters
string $field .: The name of a field.
string $function: The aggregate function.
string $langcode: (optional) The language code.
Return value
\Drupal\Core\Entity\Query\QueryAggregateInterface The called object.
Overrides QueryAggregateInterface::notExistsAggregate
File
- src/
Entity/ QueryAggregate.php, line 45 - Contains \Drupal\mongodb\Entity\QueryAggregate.
Class
Namespace
Drupal\mongodb\EntityCode
public function notExistsAggregate($field, $function, $langcode = NULL) {
return $this;
}