You are here

public function IndexTidDepthModifier::query in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php \Drupal\taxonomy\Plugin\views\argument\IndexTidDepthModifier::query()

Set up the query for this argument.

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

Overrides ArgumentPluginBase::query

File

core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php, line 27
Contains \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) {
}