Created
June 1, 2016 21:02
-
-
Save cristian100/5818b92bc9207eac2d1ec27020c98356 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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