public function HandlerBase::preQuery in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
1 method overrides HandlerBase::preQuery()
- IndexTidDepthModifier::preQuery in core/
modules/ taxonomy/ src/ Plugin/ views/ argument/ IndexTidDepthModifier.php - Run before the view is built.
File
- core/
modules/ views/ src/ Plugin/ views/ HandlerBase.php, line 496 - Contains \Drupal\views\Plugin\views\HandlerBase.
Class
- HandlerBase
- Base class for Views handler plugins.
Namespace
Drupal\views\Plugin\viewsCode
public function preQuery() {
}