This is a non-production site
- view::execute in includes/view.inc
- Execute the view's query.
- view::set_display in includes/view.inc
- Set the display as current.
- views_get_handler in ./views.module
- Fetch a handler from the data cache.
- views_get_table_join in includes/handlers.inc
- Fetch a handler to join one table to a primary table from the data cache.
- views_handler::ensure_my_table in includes/handlers.inc
- Ensure the main table for this handler is in the query. This is used
a lot.
- views_plugin_display::init in plugins/views_plugin_display.inc
- views_plugin_query_default::execute in plugins/views_plugin_query_default.inc
- Executes the query and fills the associated view object with according
values.
- views_plugin_style_rss::render in plugins/views_plugin_style_rss.inc
- Render the display in this style.
- views_ui_get_wizard in ./views_ui.module
- Fetch metadata on a specific views ui wizard plugin.
- _views_create_handler in includes/handlers.inc
- Instantiate and construct a new handler.