public function ViewsHandlerInterface::preQuery in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/Plugin/views/ViewsHandlerInterface.php \Drupal\views\Plugin\views\ViewsHandlerInterface::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 ViewsHandlerInterface::preQuery()
- HandlerBase::preQuery in core/
modules/ views/ src/ Plugin/ views/ HandlerBase.php - Run before the view is built.
File
- core/
modules/ views/ src/ Plugin/ views/ ViewsHandlerInterface.php, line 19
Class
- ViewsHandlerInterface
- Provides an interface for all views handlers.
Namespace
Drupal\views\Plugin\viewsCode
public function preQuery();