SelectExtender::andConditionGroup

public 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 525

Class

SelectExtender
The base extender class for Select queries.

Namespace

Drupal\Core\Database\Query

Code

public function andConditionGroup() {
  return $this->conditionGroupFactory('AND');
}
doc_Drupal
2016-10-29 09:41:28
Comments
Leave a Comment

Please login to continue.