Views query plugins

A Views query plugin builds SQL to execute using the Drupal database API.

See also

hook_views_plugins()

File

plugins/views_plugin_query.inc, line 8
Defines the base query class, which is the underlying layer in a View.

Classes

Namesort descending Location Description
views_plugin_query plugins/views_plugin_query.inc Object used to create a SELECT query.
views_plugin_query_default plugins/views_plugin_query_default.inc Object used to create a SELECT query.