function EntityConditionGroup::members
The members which belong to the condition group.
Return value
\Drupal\jsonapi\Query\EntityCondition[] The member conditions of this condition group.
File
- 
              core/modules/ jsonapi/ src/ Query/ EntityConditionGroup.php, line 69 
Class
- EntityConditionGroup
- A condition group for the EntityQuery.
Namespace
Drupal\jsonapi\QueryCode
public function members() {
  return $this->members;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
