Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cristian100/93e15ac7aa1f4fb62951320398373d40 to your computer and use it in GitHub Desktop.
Save cristian100/93e15ac7aa1f4fb62951320398373d40 to your computer and use it in GitHub Desktop.
/**
* Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::existsAggregate()
* {@inheritdoc}
*/
public function existsAggregate($field, $function, $langcode = NULL) {
// Needs to be implemented.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment