You are here

public function HandlerBase::preQuery in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\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.

Overrides ViewsHandlerInterface::preQuery

2 methods override HandlerBase::preQuery()
IndexTidDepthModifier::preQuery in core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php
Run before the view is built.
Text::preQuery in core/modules/views/src/Plugin/views/area/Text.php
Run before the view is built.

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 479

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function preQuery() {
}