views_ui.module

Provide structure for the administrative interface to Views.

File

drupal/core/modules/views/views_ui/views_ui.module
View source

Functions

Namesort descending Description
views_ui_ajax_callback Page callback: Calls a method on a view and reloads the listing page.
views_ui_ajax_get_form Menu callback; handles AJAX form submissions similar to ajax_form_callback(), but can be used for uncached forms.
views_ui_cache_load Specialized menu callback to load a view and check its locked status.
views_ui_cache_set Specialized cache function to add a flag to our view, include an appropriate include, and cache more easily.
views_ui_clone_title Title callback for the views clone form.
views_ui_confirm_delete Form constructor for the View deletion form.
views_ui_confirm_delete_submit Form submission handler for views_ui_confirm_delete().
views_ui_contextual_links_suppress Sets a static variable for controlling whether contextual links are rendered.
views_ui_contextual_links_suppress_pop Decrements the views_ui_contextual_links_suppress() static variable.
views_ui_contextual_links_suppress_push Increments the views_ui_contextual_links_suppress() static variable.
views_ui_contextual_links_view_alter Implements hook_contextual_links_view_alter().
views_ui_edit_page_title Page title callback for the Edit View page.
views_ui_library_alter This is part of a patch to address a jQueryUI bug. The bug is responsible for the inability to scroll a page when a modal dialog is active. If the content of the dialog extends beyond the bottom of the viewport, the user is only able to scroll with a…
views_ui_library_info Implements hook_library_info().
views_ui_list_page Page callback: Lists all of the views.
views_ui_load Magic load function. Wrapper to load a view.
views_ui_menu Implements hook_menu().
views_ui_preprocess_views_view Theme preprocess for views-view.tpl.php.
views_ui_theme Implements hook_theme().
views_ui_truncate Truncate strings to a set length and provide a ... if they truncated.
views_ui_views_analyze Implements hook_views_analyze().
views_ui_views_plugins_display_alter Implements hook_views_plugins_display_alter().
views_ui_view_preview_section_display_category_links Returns a link to editing a certain display setting.
views_ui_view_preview_section_handler_links Returns contextual links for each handler of a certain section.
views_ui_view_preview_section_rows_links Returns all contextual links for the main content part of the view.