Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cristian100/5818b92bc9207eac2d1ec27020c98356 to your computer and use it in GitHub Desktop.
Save cristian100/5818b92bc9207eac2d1ec27020c98356 to your computer and use it in GitHub Desktop.
/**
* Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::existsAggregate()
*/
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