You are here

public function HandlerBase::query in Drupal 9

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

Add anything to the query that we might need to.

Overrides PluginBase::query

6 methods override HandlerBase::query()
ArgumentPluginBase::query in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Set up the query for this argument.
FieldPluginBase::query in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Called to add the field to a query.
FilterPluginBase::query in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Add this filter to the query.
RelationshipPluginBase::query in core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php
Add anything to the query that we might need to.
Result::query in core/modules/views/src/Plugin/views/area/Result.php
Add anything to the query that we might need to.

... See full list

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 485

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function query() {
}