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

Add anything to the query that we might need to.

4 methods override ViewsPluginInterface::query()
ExposedFormPluginBase::query in core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
Add anything to the query that we might need to.
Permissions::query in core/modules/user/src/Plugin/views/field/Permissions.php
Add anything to the query that we might need to.
Roles::query in core/modules/user/src/Plugin/views/field/Roles.php
Add anything to the query that we might need to.
TaxonomyIndexTid::query in core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
Add this term to the query.

File

core/modules/views/src/Plugin/views/ViewsPluginInterface.php, line 158

Class

ViewsPluginInterface
Provides an interface for all views plugins.

Namespace

Drupal\views\Plugin\views

Code

public function query();