function SelectExtender::andConditionGroup

Creates a new group of conditions ANDed together.

Return value

\Drupal\Core\Database\Query\ConditionInterface

Overrides ConditionInterface::andConditionGroup

File

core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 538

Class

SelectExtender
The base extender class for Select queries.

Namespace

Drupal\Core\Database\Query

Code

public function andConditionGroup() {
  return $this->conditionGroupFactory('AND');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.