function views_plugin::query in Views (for Drupal 7) 6.2
Same name and namespace in other branches
- 6.3 includes/plugins.inc \views_plugin::query()
- 7.3 includes/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() {
}