function Filter::root
Gets the root condition group.
1 call to Filter::root()
- Filter::queryCondition in core/
modules/ jsonapi/ src/ Query/ Filter.php - Applies the root condition to the given query.
File
-
core/
modules/ jsonapi/ src/ Query/ Filter.php, line 73
Class
- Filter
- Gathers information about the filter parameter.
Namespace
Drupal\jsonapi\QueryCode
public function root() {
return $this->root;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.