Views query plugins
A Views query plugin builds SQL to execute using the Drupal database API.
See also
File
- plugins/
views_plugin_query.inc, line 8 - Defines the base query class, which is the underlying layer in a View.
Classes
Name | Location | Description |
---|---|---|
views_plugin_query |
plugins/ |
Object used to create a SELECT query. |
views_plugin_query_default |
plugins/ |
Object used to create a SELECT query. |