Run before the view is built.
This gives all the handlers some time to set up before any handler has
been fully run.
File
- drupal/core/modules/views/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() {
}