Skip to content

Instantly share code, notes, and snippets.

View cristian100's full-sized avatar

Cristian Cienfuegos cristian100

View GitHub Profile
/**
* Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::existsAggregate()
* {@inheritdoc}
*/
public function existsAggregate($field, $function, $langcode = NULL) {
// Needs to be implemented.
}
/**
* Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::existsAggregate()
*/
public function existsAggregate($field, $function, $langcode = NULL) {
// needs to be implemented.
}