function EntityConditionGroup::conjunction
The condition group conjunction.
Return value
string The condition group conjunction.
File
- 
              core/
modules/ jsonapi/ src/ Query/ EntityConditionGroup.php, line 59  
Class
- EntityConditionGroup
 - A condition group for the EntityQuery.
 
Namespace
Drupal\jsonapi\QueryCode
public function conjunction() {
  return $this->conjunction;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.