You are here

public function PluginBase::query in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::query()

Add anything to the query that we might need to.

Overrides ViewsPluginInterface::query

1 call to PluginBase::query()
StylePluginBase::query in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Add anything to the query that we might need to.
8 methods override PluginBase::query()
DisplayExtenderPluginBase::query in core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php
Inject anything into the query that the display_extender handler needs.
DisplayPluginBase::query in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Add anything to the query that we might need to.
ExposedFormPluginBase::query in core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
Add anything to the query that we might need to.
HandlerBase::query in core/modules/views/src/Plugin/views/HandlerBase.php
Add anything to the query that we might need to.
PagerPluginBase::query in core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
Modify the query for paging

... See full list

File

core/modules/views/src/Plugin/views/PluginBase.php, line 294

Class

PluginBase
Base class for any views plugin types.

Namespace

Drupal\views\Plugin\views

Code

public function query() {
}