admin.inc

Provides the Views' administrative interface.

File

drupal/core/modules/views/views_ui/admin.inc
View source

Functions

Namesort descending Description
views_fetch_fields Fetch a list of all fields available for a given base type.
views_ui_add_ajax_trigger Converts a form element in the add view wizard to be AJAX-enabled.
views_ui_add_ajax_wrapper After-build function that adds a wrapper to a form region (for AJAX refreshes).
views_ui_add_item_form Form to add_item items in the views UI.
views_ui_add_limited_validation Processes a non-JavaScript fallback submit button to limit its validation errors.
views_ui_add_page Page callback to add a new view.
views_ui_admin_settings_advanced Form builder for the advanced admin settings page.
views_ui_admin_settings_advanced_submit Form builder submit handler; Handle submission the basic views settings..
views_ui_admin_settings_basic Form builder for the admin display defaults page.
views_ui_admin_settings_basic_submit Form builder submit handler; Handle submission the basic views settings.
views_ui_ajax_form Generic entry point to handle forms.
views_ui_ajax_forms Returns information about subforms for editing the pieces of a view.
views_ui_ajax_update_form Updates a part of the add view form via AJAX.
views_ui_analyze_view_form Form constructor callback to display analysis information on a view
views_ui_analyze_view_form_submit Submit handler for views_ui_analyze_view_form
views_ui_autocomplete_tag Page callback for views tag autocomplete
views_ui_break_lock_confirm Page to delete a view.
views_ui_build_form_url Create the URL for one of our standard AJAX forms based upon known information about the form.
views_ui_build_preview Page callback for rendering the preview form and the preview of the view.
views_ui_config_item_extra_form Form to config_item items in the views UI.
views_ui_config_item_extra_form_submit Submit handler for configing new item(s) to a view.
views_ui_config_item_extra_form_validate Validation handler for configing new item(s) to a view.
views_ui_config_item_form Form to config_item items in the views UI.
views_ui_config_item_form_add_group Add a new group to the exposed filter groups.
views_ui_config_item_form_build_group Override handler for views_ui_edit_display_form
views_ui_config_item_form_expose Override handler for views_ui_edit_display_form
views_ui_config_item_form_remove Submit handler for removing an item from a view
views_ui_config_item_form_rescan Submit hook to clear Drupal's theme registry (thereby triggering a templates rescan).
views_ui_config_item_form_submit Submit handler for configing new item(s) to a view.
views_ui_config_item_form_submit_temporary A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests.
views_ui_config_item_form_validate Submit handler for configing new item(s) to a view.
views_ui_config_item_group_form Form to config_item items in the views UI.
views_ui_config_item_group_form_submit Submit handler for configing group settings on a view.
views_ui_edit_details_form Form builder to edit details of a view.
views_ui_edit_details_form_submit Submit handler for views_ui_edit_details_form.
views_ui_edit_display_form Form constructor callback to edit display of a view
views_ui_edit_display_form_change_theme Override handler for views_ui_edit_display_form
views_ui_edit_display_form_override Override handler for views_ui_edit_display_form
views_ui_edit_display_form_submit Submit handler for views_ui_edit_display_form
views_ui_edit_display_form_validate Validate handler for views_ui_edit_display_form
views_ui_edit_page Page callback for the Edit View page.
views_ui_field_list List all instances of fields on any views.
views_ui_form_button_was_clicked #process callback for a button; determines if a button is the form's triggering element.
views_ui_nojs_submit Non-Javascript fallback for updating the add view form.
views_ui_plugin_list Lists all plugins and what enabled Views use them.
views_ui_preview Returns the results of the live preview.
views_ui_pre_render_add_fieldset_markup Move form elements into details for presentation purposes.
views_ui_pre_render_flatten_data Flattens the structure of an element containing the #flatten property.
views_ui_pre_render_move_argument_options Moves argument options into their place.
views_ui_rearrange_filter_form Form to rearrange items in the views UI.
views_ui_rearrange_filter_form_submit Submit handler for rearranging form
views_ui_rearrange_form Form to rearrange items in the views UI.
views_ui_rearrange_form_submit Submit handler for rearranging form.
views_ui_standard_display_dropdown Add a <select> dropdown for a given section, allowing the user to change whether this info is stored on the default display or on the current display.
views_ui_taxonomy_autocomplete_validate Form element validation handler for a taxonomy autocomplete field.
views_ui_tools_clear_cache Submit hook to clear the views cache.
_views_sort_types