public function Filter::root in JSON:API 8
Same name and namespace in other branches
- 8.2 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 41
Class
- Filter
- Gathers information about the filter parameter.
Namespace
Drupal\jsonapi\QueryCode
public function root() {
return $this->root;
}