You are here

public function views_plugin::query in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 includes/plugins.inc \views_plugin::query()
  2. 6.2 includes/plugins.inc \views_plugin::query()

Add anything to the query that we might need to.

1 call to views_plugin::query()
views_plugin_style::query in plugins/views_plugin_style.inc
Add anything to the query that we might need to.
7 methods override views_plugin::query()
views_plugin_display::query in plugins/views_plugin_display.inc
Inject anything into the query that the display handler needs.
views_plugin_display_extender::query in plugins/views_plugin_display_extender.inc
Inject anything into the query that the display_extender handler needs.
views_plugin_exposed_form::query in plugins/views_plugin_exposed_form.inc
Add anything to the query that we might need to.
views_plugin_pager::query in plugins/views_plugin_pager.inc
Modify the query for paging
views_plugin_query::query in plugins/views_plugin_query.inc
Generate a query and a countquery from all of the information supplied to the object.

... See full list

File

includes/plugins.inc, line 529
Built in plugins for Views output handling.

Class

views_plugin
Abstract base class to provide interface common to all plugins.

Code

public function query() {
}