You are here

public function ConditionInterface::andConditionGroup in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Database/Query/ConditionInterface.php \Drupal\Core\Database\Query\ConditionInterface::andConditionGroup()

Creates a new group of conditions ANDed together.

Return value

\Drupal\Core\Database\Query\ConditionInterface

2 methods override ConditionInterface::andConditionGroup()
Condition::andConditionGroup in core/lib/Drupal/Core/Database/Query/Condition.php
Creates a new group of conditions ANDed together.
SelectExtender::andConditionGroup in core/lib/Drupal/Core/Database/Query/SelectExtender.php
Creates a new group of conditions ANDed together.

File

core/lib/Drupal/Core/Database/Query/ConditionInterface.php, line 191
Contains \Drupal\Core\Database\Query\ConditionInterface.

Class

ConditionInterface
Interface for a conditional clause in a query.

Namespace

Drupal\Core\Database\Query

Code

public function andConditionGroup();