public function ConditionAggregateInterface::getConjunction

public ConditionAggregateInterface::getConjunction()

Gets the current conjunction.

Return value

string Can be AND or OR.

File

core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php, line 16

Class

ConditionAggregateInterface
Defines aggregated entity query conditions.

Namespace

Drupal\Core\Entity\Query

Code

public function getConjunction();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Query!ConditionAggregateInterface.php/function/ConditionAggregateInterface::getConjunction/8.1.x