function 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

Class

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

Code

public function query() {
}