public function IndexTidDepthModifier::query in Views (for Drupal 7) 8.3
Set up the query for this argument.
The argument sent may be found at $this->argument.
Overrides ArgumentPluginBase::query
File
- lib/
Views/ taxonomy/ Plugin/ views/ argument/ IndexTidDepthModifier.php, line 30 - Definition of Views\taxonomy\Plugin\views\argument\IndexTidDepthModifier.
Class
- IndexTidDepthModifier
- Argument handler for to modify depth for a previous term.
Namespace
Views\taxonomy\Plugin\views\argumentCode
public function query($group_by = FALSE) {
}