system.admin.inc

Version 1.63.2.13 (checked in on 2009/09/16 at 18:02:32 by goba)

Admin page callbacks for the system module.

Functions

NameDescription
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.
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_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.
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.
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_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.
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.