function PluginBase::query

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

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() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.