You are here

public function ConditionGroup::getConjunction in Entity API 8

Gets the conjunction.

Return value

string The conjunction. Possible values: AND, OR.

File

src/QueryAccess/ConditionGroup.php, line 77

Class

ConditionGroup
Represents a group of query access conditions.

Namespace

Drupal\entity\QueryAccess

Code

public function getConjunction() {
  return $this->conjunction;
}