You are here

public function ViewsPluginInterface::query in Drupal 10

Same name and namespace in other branches
  1. 8 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.

3 methods override ViewsPluginInterface::query()
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 163

Class

ViewsPluginInterface
Provides an interface for all views plugins.

Namespace

Drupal\views\Plugin\views

Code

public function query();