Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HandlerBase.php

function HandlerBase::query

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 575

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function query() {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal