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