public function IndexTidDepthModifier::query

Set up the query for this argument.

The argument sent may be found at $this->argument.

Overrides ArgumentPluginBase::query

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php, line 27
Definition of Drupal\taxonomy\Plugin\views\argument\IndexTidDepthModifier.

Class

IndexTidDepthModifier
Argument handler for to modify depth for a previous term.

Namespace

Drupal\taxonomy\Plugin\views\argument

Code

public function query($group_by = FALSE) {
}