system.admin.inc

Version

1.110 (checked in on 2008/11/26 at 13:54:05 by dries)

Description

Admin page callbacks for the system module.

Functions

Namesort iconDescription
system_admin_by_moduleMenu callback; prints a listing of admin tasks for each installed module.
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/build/types' needs to have a destination to be valid in the Drupal menu system, but too much...
system_admin_theme_settingsForm builder; This function allows selection of the theme to show in administration sections.
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_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_date_time_settings_submitProcess system_date_time_settings form submissions.
system_error_reporting_settingsForm builder; Configure error reporting settings.
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_overviewMenu callback; Menu page for the various logging options.
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 dependencies.
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_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_validateValidate the submitted site-information form.
system_site_maintenance_settingsForm builder; Configure the site's maintenance status.
system_sort_modules_by_info_nameArray sorting callback; sorts modules or themes by their name.
system_sqlMenu callback: return information about the database.
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_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.
theme_system_theme_select_formTheme the theme select form.
_system_is_incompatibleRecursively check compatibility.
_system_modules_build_rowBuild a table row for the system modules page.
_system_sqlTheme a SQL result table.