You are here

public function Filter::root in JSON:API 8.2

Same name and namespace in other branches
  1. 8 src/Query/Filter.php \Drupal\jsonapi\Query\Filter::root()

Gets the root condition group.

1 call to Filter::root()
Filter::queryCondition in src/Query/Filter.php
Applies the root condition to the given query.

File

src/Query/Filter.php, line 73

Class

Filter
Gathers information about the filter parameter.

Namespace

Drupal\jsonapi\Query

Code

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