15 calls to views_fetch_plugin_data()
- template_preprocess_views_ui_edit_item in includes/
admin.inc - Add information about a section to a display.
- template_preprocess_views_ui_edit_view in includes/
admin.inc - Preprocess the view edit page.
- views_db_object::add_display in includes/
view.inc - Add a new display handler to the view, automatically creating an id.
- views_fetch_plugin_names in includes/
admin.inc - Fetch a list of all base tables available
- views_get_applicable_views in ./
views.module - Return a list of all views and display IDs that have a particular setting in their display's plugin settings.
- views_get_plugin in ./
views.module - Get a handler for a plugin
- views_handler_argument::default_argument_form in handlers/
views_handler_argument.inc - Provide a form for selecting the default argument when the default action is set to provide default argument.
- views_handler_argument::options_form in handlers/
views_handler_argument.inc - views_include_handler in includes/
handlers.inc - Attempt to find the include file for a given handler from its definition.
- views_plugin_display::construct in plugins/
views_plugin_display.inc - Views handlers use a special construct function so that we can more easily construct them with variable arguments.
- views_plugin_display::options_form in plugins/
views_plugin_display.inc - Provide the default form for setting options.
- views_plugin_display::options_summary in plugins/
views_plugin_display.inc - Provide the default summary for options in the views UI.
- views_theme in ./
views.module - Implementation of hook_theme(). Register views theming functions.
- views_ui_list_views_form in includes/
admin.inc - Provide a form for sorting and filtering the list of views.
- views_ui_remove_display_form_submit in includes/
admin.inc - Submit handler to add a remove to a display from a view.