public function PluginBase::query

Add anything to the query that we might need to.

1 call to PluginBase::query()
StylePluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php
Add anything to the query that we might need to.
13 methods override PluginBase::query()
AreaPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php
Don't run a query
ArgumentPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Set up the query for this argument.
DisplayExtenderPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php
Inject anything into the query that the display_extender handler needs.
DisplayPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Inject anything into the query that the display handler needs.
ExposedFormPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php
Add anything to the query that we might need to.

... See full list

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php, line 173
Definition of Drupal\views\Plugin\views\PluginBase.

Class

PluginBase

Namespace

Drupal\views\Plugin\views

Code

public function query() {
}