Contributions API

Calling all Drupal developers!

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

Modules in 6

system.admin.inc

Version

1.63.2.3 (checked in on 2008/05/19 at 07:27:35 by goba)

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_compact_pageMenu callback; Sets whether the admin menu is in compact mode or not.
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/content/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. See alsosystem_settings_form()
system_batch_pageDefault page callback for batches.
system_clean_url_settingsForm builder; Configure Clean URL settings. See alsosystem_settings_form()
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. See alsosystem_settings_form()
system_date_time_settings_submitProcess system_date_time_settings form submissions.
system_error_reporting_settingsForm builder; Configure error reporting settings. See alsosystem_settings_form()
system_file_system_settingsForm builder; Configure the site file handling. See alsosystem_settings_form()
system_image_toolkit_settingsForm builder; Configure site image toolkit usage. See alsosystem_settings_form()
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_disableForm process callback function to disable check boxes.
system_modules_submitSubmit callback; handles modules form submission.
system_modules_uninstallBuilds a form of currently disabled modules. See alsosystem_modules_uninstall_validate()
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_module_build_dependenciesGenerate a list of dependencies for modules that are going to be switched on.
system_performance_settingsForm builder; Configure site performance settings. See alsosystem_settings_form()
system_phpMenu callback: return information about PHP.
system_rss_feeds_settingsForm builder; Configure how the site handles RSS feeds. See alsosystem_settings_form()
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. See alsosystem_settings_form()
system_site_information_settings_validateValidate the submitted site-information form.
system_site_maintenance_settingsForm builder; Configure the site's maintenance status. See alsosystem_settings_form()
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. See alsosystem_themes_form_submit()
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_modulesTheme callback for the modules form.
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_sqlTheme a SQL result table.