You are here

public function IndexTidDepthModifier::query in Drupal 10

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

File

core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php, line 22

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) {
}