1.110 (checked in on 2008/11/26 at 13:54:05 by dries)
Admin page callbacks for the system module.
| Name | Description |
|---|---|
| system_admin_by_module | Menu callback; prints a listing of admin tasks for each installed module. |
| system_admin_menu_block_page | Provide 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_settings | Form builder; This function allows selection of the theme to show in administration sections. |
| system_batch_page | Default page callback for batches. |
| system_clean_url_settings | Form builder; Configure Clean URL settings. |
| system_clear_cache_submit | Submit callback; clear system caches. |
| system_date_time_lookup | Return the date for a given format string via Ajax. |
| system_date_time_settings | Form builder; Configure the site date and time settings. |
| system_date_time_settings_submit | Process system_date_time_settings form submissions. |
| system_error_reporting_settings | Form builder; Configure error reporting settings. |
| system_file_system_settings | Form builder; Configure the site file handling. |
| system_image_toolkit_settings | Form builder; Configure site image toolkit usage. |
| system_ip_blocking | Menu callback. Display blocked IP addresses. |
| system_ip_blocking_delete | IP deletion confirm page. |
| system_ip_blocking_delete_submit | Process system_ip_blocking_delete form submissions. |
| system_ip_blocking_form | Define the form for blocking IP addresses. |
| system_ip_blocking_form_submit | |
| system_ip_blocking_form_validate | |
| system_logging_overview | Menu callback; Menu page for the various logging options. |
| system_main_admin_page | Menu callback; Provide the administration overview page. |
| system_modules | Menu callback; provides module enable/disable interface. |
| system_modules_confirm_form | Display confirmation form for dependencies. |
| system_modules_submit | Submit callback; handles modules form submission. |
| system_modules_uninstall | Builds a form of currently disabled modules. |
| system_modules_uninstall_confirm_form | Confirm uninstall of selected modules. |
| system_modules_uninstall_submit | Processes the submitted uninstall form. |
| system_modules_uninstall_validate | Validates the submitted uninstall form. |
| system_performance_settings | Form builder; Configure site performance settings. |
| system_php | Menu callback: return information about PHP. |
| system_rss_feeds_settings | Form builder; Configure how the site handles RSS feeds. |
| system_run_cron | Menu callback: run cron manually. |
| system_settings_overview | Menu callback; displays a module's settings page. |
| system_site_information_settings | Form builder; The general site information form. |
| system_site_information_settings_validate | Validate the submitted site-information form. |
| system_site_maintenance_settings | Form builder; Configure the site's maintenance status. |
| system_sort_modules_by_info_name | Array sorting callback; sorts modules or themes by their name. |
| system_sql | Menu callback: return information about the database. |
| system_status | Menu callback: displays the site status report. Can also be used as a pure check. |
| system_themes_form | Menu callback; displays a listing of all themes. |
| system_themes_form_submit | Process system_themes_form form submissions. |
| system_theme_settings | Form builder; display theme configuration for entire site and individual themes. |
| system_theme_settings_submit | Process system_theme_settings form submissions. |
| theme_admin_block | This function formats an administrative block for display. |
| theme_admin_block_content | This function formats the content of an administrative block. |
| theme_admin_page | This function formats an administrative page for viewing. |
| theme_status_report | Theme requirements status report. |
| theme_system_admin_by_module | Theme output of the dashboard page. |
| theme_system_modules_fieldset | Theme callback for the modules form. |
| theme_system_modules_incompatible | Themes an incompatible message. |
| theme_system_modules_uninstall | Themes a table of currently disabled modules. |
| theme_system_themes_form | Theme function for the system themes form. |
| theme_system_theme_select_form | Theme the theme select form. |
| _system_is_incompatible | Recursively check compatibility. |
| _system_modules_build_row | Build a table row for the system modules page. |
| _system_sql | Theme a SQL result table. |