system.admin.inc

Version 1.226 (checked in on 2009/11/21 at 17:01:31 by webchick)

Admin page callbacks for the system module.

Functions

NameDescription
system_actions_configureMenu callback; Creates the form for configuration of a single action.
system_actions_configure_submitProcess system_actions_configure() form submissions.
system_actions_configure_validateValidate system_actions_configure() form submissions.
system_actions_delete_formCreate the form for confirmation of deleting an action.
system_actions_delete_form_submitProcess system_actions_delete form submissions.
system_actions_manageMenu callback; Displays an overview of available and configured actions.
system_actions_manage_formDefine the form for the actions overview page.
system_actions_manage_form_submitProcess system_actions_manage form submissions.
system_actions_remove_orphansRemove actions that are in the database but not supported by any enabled module.
system_action_delete_orphans_postPost-deletion operations for deleting action orphans.
system_add_date_formats_form_submitProcess new date format string submission.
system_add_date_formats_form_validateValidate new date format string submission.
system_add_date_format_type_formAdd new date type.
system_add_date_format_type_form_submitProcess system_add_date_format_type form submissions.
system_add_date_format_type_form_validateValidate system_add_date_format_type form submissions.
system_admin_by_moduleMenu callback; prints a listing of admin tasks for each installed module.
system_admin_config_pageMenu callback; Provide the administration overview page.
system_admin_menu_block_pageProvide a single block from the administration menu as a page. This function is often a destination for these blocks. For example, 'admin/structure/types' needs to have a destination to be valid in the Drupal menu system, but too much...
system_batch_pageDefault page callback for batches.
system_clean_url_settingsForm builder; Configure clean URL settings.
system_clear_cache_submitSubmit callback; clear system caches.
system_configure_date_formats_formAllow users to add additional date formats.
system_date_delete_format_formMenu callback; present a form for deleting a date format.
system_date_delete_format_form_submitDelete a configured date format.
system_date_time_formatsDisplays the date format strings overview page.
system_date_time_lookupReturn the date for a given format string via Ajax.
system_date_time_settingsForm builder; Configure the site date and time settings.
system_delete_date_format_type_formMenu callback; present a form for deleting a date type.
system_delete_date_format_type_form_submitDelete a configured date type.
system_file_system_settingsForm builder; Configure the site file handling.
system_image_toolkit_settingsForm builder; Configure site image toolkit usage.
system_ip_blockingMenu callback. Display blocked IP addresses.
system_ip_blocking_deleteIP deletion confirm page.
system_ip_blocking_delete_submitProcess system_ip_blocking_delete form submissions.
system_ip_blocking_formDefine the form for blocking IP addresses.
system_ip_blocking_form_submit
system_ip_blocking_form_validate
system_logging_settingsForm builder; Configure error reporting settings.
system_main_admin_pageMenu callback; Provide the administration overview page.
system_modulesMenu callback; provides module enable/disable interface.
system_modules_confirm_formDisplay confirmation form for required modules.
system_modules_submitSubmit callback; handles modules form submission.
system_modules_uninstallBuilds a form of currently disabled modules.
system_modules_uninstall_confirm_formConfirm uninstall of selected modules.
system_modules_uninstall_submitProcesses the submitted uninstall form.
system_modules_uninstall_validateValidates the submitted uninstall form.
system_performance_settingsForm builder; Configure site performance settings.
system_phpMenu callback: return information about PHP.
system_regional_settingsForm builder; Configure the site regional settings.
system_rss_feeds_settingsForm builder; Configure how the site handles RSS feeds.
system_run_cronMenu callback: run cron manually.
system_settings_overviewMenu callback; displays a module's settings page.
system_site_information_settingsForm builder; The general site information form.
system_site_information_settings_submitForm submit handler for the site-information form.
system_site_information_settings_validateValidate the submitted site-information form.
system_site_maintenance_modeForm builder; Configure the site's maintenance status.
system_sort_modules_by_info_nameArray sorting callback; sorts modules or themes by their name.
system_statusMenu callback: displays the site status report. Can also be used as a pure check.
system_themes_formMenu callback; displays a listing of all themes.
system_themes_form_submitProcess system_themes_form form submissions.
system_theme_settingsForm builder; display theme configuration for entire site and individual themes.
system_theme_settings_submitProcess system_theme_settings form submissions.
theme_admin_blockThis function formats an administrative block for display.
theme_admin_block_contentThis function formats the content of an administrative block.
theme_admin_pageThis function formats an administrative page for viewing.
theme_status_reportTheme requirements status report.
theme_system_admin_by_moduleTheme output of the dashboard page.
theme_system_date_time_settingsTheme function for date settings form.
theme_system_modules_fieldsetTheme callback for the modules form.
theme_system_modules_incompatibleThemes an incompatible message.
theme_system_modules_uninstallThemes a table of currently disabled modules.
theme_system_themes_formTheme function for the system themes form.
_system_is_incompatibleRecursively check compatibility.
_system_modules_build_rowBuild a table row for the system modules page.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.