function views_plugin::query
3.x plugins.inc | views_plugin::query() |
2.x plugins.inc | views_plugin::query() |
Add anything to the query that we might need to.
1 call to views_plugin::query()
- views_plugin_style::query in plugins/
views_plugin_style.inc - Add anything to the query that we might need to.
3 methods override views_plugin::query()
- views_plugin_display::query in plugins/
views_plugin_display.inc - Inject anything into the query that the display handler needs.
- views_plugin_row::query in plugins/
views_plugin_row.inc - Add anything to the query that we might need to.
- views_plugin_style::query in plugins/
views_plugin_style.inc - Add anything to the query that we might need to.
File
- includes/
plugins.inc, line 376 - plugins.inc Built in plugins for Views output handling.
Class
- views_plugin
- Abstract base class to provide interface common to all plugins.
Code
function query() {
}