QueryAggregateInterface::conditionAggregateGroupFactory

public QueryAggregateInterface::conditionAggregateGroupFactory($conjunction = 'AND')

Creates an object holding a group of conditions.

See andConditionAggregateGroup() and orConditionAggregateGroup() for more.

Parameters

string $conjunction:

  • AND (default): this is the equivalent of andConditionAggregateGroup().
  • OR: this is the equivalent of andConditionAggregateGroup().

Return value

ConditionInterface An object holding a group of conditions.

File

core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php, line 112

Class

QueryAggregateInterface
Defines a interface for aggregated entity queries.

Namespace

Drupal\Core\Entity\Query

Code

public function conditionAggregateGroupFactory($conjunction = 'AND');
doc_Drupal
2016-10-29 09:35:34
Comments
Leave a Comment

Please login to continue.