Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

admin.inc

Version

1.142 (checked in on 2008/10/14 at 17:48:14 by merlinofchaos)

Description

admin.inc Provides the Views' administrative interface.

Functions

Namesort iconDescription
template_preprocess_views_ui_edit_itemAdd information about a section to a display.
template_preprocess_views_ui_edit_tab
template_preprocess_views_ui_edit_viewPreprocess the view edit page.
template_preprocess_views_ui_list_viewsPreprocess the list views theme
theme_views_ui_list_views_form
theme_views_ui_rearrange_formTurn the rearrange form into a proper table
theme_views_ui_style_plugin_tableTheme the form for the table style plugin
views_fetch_base_tablesFetch a list of all base tables available
views_fetch_fieldsFetch a list of all fields available for a given base type.
views_fetch_plugin_namesFetch a list of all base tables available
views_ui_add_displayAJAX callback to add a display.
views_ui_add_display_formForm to add a display to a view.
views_ui_add_display_form_submitSubmit handler to add a display to a view.
views_ui_add_formForm constructor callback to create the views Add Form, phase 1.
views_ui_add_form_submitProcess the add view form
views_ui_add_form_to_stackAdd another form to the stack; clicking 'update' will go to this form rather than closing the ajax pad.
views_ui_add_form_validateValidate the add view form.
views_ui_add_item_formForm to add_item items in the views UI.
views_ui_add_item_form_submitSubmit handler for adding new item(s) to a view.
views_ui_add_pagePage callback to add a new view.
views_ui_admin_toolsPage callback for the tools - other page
views_ui_ajax_formGeneric entry point to handle forms.
views_ui_ajax_forms
views_ui_analysisFormat an analysis message.
views_ui_analyze_viewPage callback to display analysis information on a view.
views_ui_analyze_view_buttonThis form doesn't particularly do much; it's really just providing a link but a button seems like it would be nicer here.
views_ui_analyze_view_formForm constructor callback to display analysis information on a view
views_ui_analyze_view_form_submitSubmit handler for views_ui_analyze_view_form
views_ui_autocomplete_tagPage callback for views tag autocomplete
views_ui_break_lock_confirmPage to delete a view.
views_ui_break_lock_confirm_submitSubmit handler to break_lock a view.
views_ui_build_form_stateBuild up a $form_state object suitable for use with drupal_build_form based on known information about a form.
views_ui_build_form_urlCreate the URL for one of our standard AJAX forms based upon known information about the form.
views_ui_build_identifierBuild a form identifier that we can use to see if one form is the same as another. Since the arguments differ slightly we do a lot of spiffy concenation here.
views_ui_change_style_formForm to change_style items in the views UI.
views_ui_change_style_form_submitSubmit handler for configing new item(s) to a view.
views_ui_change_style_form_validate
views_ui_check_advanced_helpCheck to see if the advanced help module is installed, and if not put up a message.
views_ui_clone_pagePage callback to add a new view.
views_ui_config_filters_formConfigure settings particular to filters.
views_ui_config_item_extra_formForm to config_item items in the views UI.
views_ui_config_item_extra_form_submitSubmit handler for configing new item(s) to a view.
views_ui_config_item_extra_form_validateSubmit handler for configing new item(s) to a view.
views_ui_config_item_formForm to config_item items in the views UI.
views_ui_config_item_form_exposeOverride handler for views_ui_edit_display_form
views_ui_config_item_form_removeSubmit handler for removing an item from a view
views_ui_config_item_form_rescanSubmit hook to clear Drupal's theme registry (thereby triggering a templates rescan).
views_ui_config_item_form_submitSubmit handler for configing new item(s) to a view.
views_ui_config_item_form_validateSubmit handler for configing new item(s) to a view.
views_ui_config_style_formForm to config_style items in the views UI.
views_ui_config_style_form_submitSubmit handler for configing new item(s) to a view.
views_ui_config_type_formForm to config items in the views UI.
views_ui_config_type_form_submitSubmit handler for type configuration form
views_ui_delete_confirmPage to delete a view.
views_ui_delete_confirm_submitSubmit handler to delete a view.
views_ui_disable_pagePage callback for the Views enable page
views_ui_display_tabGenerate the summary output for a single display to render in a tab.
views_ui_edit_detailsPage callback to edit details of a view.
views_ui_edit_details_formForm constructor callback to edit details of a view
views_ui_edit_details_form_submitSubmit handler for views_ui_edit_details_form
views_ui_edit_display_formForm constructor callback to edit display of a view
views_ui_edit_display_form_overrideOverride handler for views_ui_edit_display_form
views_ui_edit_display_form_submitSubmit handler for views_ui_edit_display_form
views_ui_edit_display_form_validateValidate handler for views_ui_edit_display_form
views_ui_edit_pageThe main view edit page
views_ui_edit_view_formThe main edit view form, which is really just a save/cancel/delete button.
views_ui_edit_view_form_cancelSubmit handler for the edit view form.
views_ui_edit_view_form_delete
views_ui_edit_view_form_submitSubmit handler for the edit view form.
views_ui_edit_view_form_validateValidate that a view is complete and whole.
views_ui_enable_pagePage callback for the Views enable page.
views_ui_export_pageExport a view for cut & paste.
views_ui_get_rolesGet a list of roles in the system.
views_ui_import_pageImport a view from cut & paste
views_ui_import_submitSubmit handler for view import
views_ui_import_validateValidate handler to import a view
views_ui_item_cssGet a css safe id for a particular section.
views_ui_list_viewsPage callback to list views in the system.
views_ui_list_views_formProvide a form for sorting and filtering the list of views.
views_ui_previewPage callback for the live preview.
views_ui_preview_formForm for generating argument information for the live preview.
views_ui_preview_form_submitSubmit the preview form.
views_ui_rearrange_formForm to rearrange items in the views UI.
views_ui_rearrange_form_submitSubmit handler for rearranging form
views_ui_regenerate_tabsRegenerate the tabs for AJAX updates.
views_ui_remove_display_formForm to remove a display from a view.
views_ui_remove_display_form_restoreSubmit handler to add a restore a removed display to a view.
views_ui_remove_display_form_submitSubmit handler to add a remove to a display from a view.
views_ui_standard_cancelSubmit handler for cancel button
views_ui_standard_form_buttonsProvide standard buttons for the forms to make it easy. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked.
views_ui_standard_submitBasic submit handler applicable to all 'standard' forms
views_ui_tools_clear_cacheSubmit hook to clear the views cache.
views_ui_views_analyzeImplementation of hook_views_analyze().
_views_sort_types
_views_weight_sort