public function HandlerBase::preQuery

Run before the view is built.

This gives all the handlers some time to set up before any handler has been fully run.

1 method overrides HandlerBase::preQuery()
IndexTidDepthModifier::preQuery in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php
Run before the view is built.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php, line 473
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function preQuery() {
}