QueryAggregate::compileAggregate

protected QueryAggregate::compileAggregate()

Builds the aggregation conditions part of the query.

Return value

\Drupal\Core\Entity\Query\Sql\QueryAggregate Returns the called object.

File

core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php, line 91

Class

QueryAggregate
The SQL storage entity query aggregate class.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected function compileAggregate() {
  $this->conditionAggregate->compile($this->sqlQuery);
  return $this;
}
doc_Drupal
2016-10-29 09:35:31
Comments
Leave a Comment

Please login to continue.