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

Breadcrumb

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

function PluginBase::query

Overrides ViewsPluginInterface::query

2 calls to PluginBase::query()
StylePluginBase::query in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Add anything to the query that we might need to.
StylePluginBase::query in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Add anything to the query that we might need to.
8 methods override PluginBase::query()
DisplayExtenderPluginBase::query in core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php
Inject anything into the query that the display_extender handler needs.
DisplayPluginBase::query in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Add anything to the query that we might need to.
ExposedFormPluginBase::query in core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
Add anything to the query that we might need to.
HandlerBase::query in core/modules/views/src/Plugin/views/HandlerBase.php
Add anything to the query that we might need to.
PagerPluginBase::query in core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
Modify the query for paging.

... See full list

File

core/modules/views/src/Plugin/views/PluginBase.php, line 298

Class

PluginBase
Base class for any views plugin types.

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