You are here

public function HandlerBase::preQuery in Views (for Drupal 7) 8.3

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 lib/Views/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php
Run before the view is built.

File

lib/Drupal/views/Plugin/views/HandlerBase.php, line 484
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function preQuery() {
}