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

See also

hook_views_plugins()

File

modules/views/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 modules/views/plugins/views_plugin_query.inc Object used to create a SELECT query.
views_plugin_query_default modules/views/plugins/views_plugin_query_default.inc Object used to create a SELECT query.