You are here

Views query plugins in Views (for Drupal 7) 7.3

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
Definition of views_plugin_query.

Classes

Namesort descending Location Description
views_plugin_query plugins/views_plugin_query.inc The base query class, which is the underlying layer in a View.
views_plugin_query_default plugins/views_plugin_query_default.inc Object used to create a SELECT query.