public function IndexTidDepthModifier::query in Drupal 10
Same name and namespace in other branches
- 8 core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php \Drupal\taxonomy\Plugin\views\argument\IndexTidDepthModifier::query()
- 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\argumentCode
public function query($group_by = FALSE) {
}