You are here

14 calls to views_get_plugin() in Views (for Drupal 7) 6.3

view::init_display in includes/view.inc
Set the display for this view and initialize the display handler.
view::init_localization in includes/view.inc
Find and initialize the localizer plugin.
view::init_query in includes/view.inc
Do some common building initialization.
view::init_style in includes/view.inc
Find and initialize the style plugin.
views_db_object::new_display in includes/view.inc
Create a new display and a display handler for it.
views_handler_argument::export_style in handlers/views_handler_argument.inc
Special handling for the style export.
views_handler_argument::get_plugin in handlers/views_handler_argument.inc
Get the display or row plugin, if it exists.
views_plugin_display::get_plugin in plugins/views_plugin_display.inc
Get the instance of a plugin, for example style or row.
views_plugin_display::options_submit in plugins/views_plugin_display.inc
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
views_plugin_display::options_summary in plugins/views_plugin_display.inc
Provide the default summary for options in the views UI.
views_plugin_display_page::execute_hook_menu in plugins/views_plugin_display_page.inc
Add this display's path information to Drupal's menu system.
views_ui_change_style_form_submit in includes/admin.inc
Submit handler for configing new item(s) to a view.
views_ui_change_style_form_validate in includes/admin.inc
views_ui_config_style_form in includes/admin.inc
Form to config_style items in the views UI.