Version 1.262 (checked in on 2010/03/07 at 07:36:27 by webchick)
Admin page callbacks for the system module.
| Name | Description |
|---|---|
| system_actions_configure | Menu callback; Creates the form for configuration of a single action. |
| system_actions_configure_submit | Process system_actions_configure() form submissions. |
| system_actions_configure_validate | Validate system_actions_configure() form submissions. |
| system_actions_delete_form | Create the form for confirmation of deleting an action. |
| system_actions_delete_form_submit | Process system_actions_delete form submissions. |
| system_actions_manage | Menu callback; Displays an overview of available and configured actions. |
| system_actions_manage_form | Define the form for the actions overview page. |
| system_actions_manage_form_submit | Process system_actions_manage form submissions. |
| system_actions_remove_orphans | Remove actions that are in the database but not supported by any enabled module. |
| system_action_delete_orphans_post | Post-deletion operations for deleting action orphans. |
| system_add_date_formats_form_submit | Process new date format string submission. |
| system_add_date_formats_form_validate | Validate new date format string submission. |
| system_add_date_format_type_form | Add new date type. |
| system_add_date_format_type_form_submit | Process system_add_date_format_type form submissions. |
| system_add_date_format_type_form_validate | Validate system_add_date_format_type form submissions. |
| system_admin_by_module | Menu callback; prints a listing of admin tasks for each installed module. |
| system_admin_config_page | Menu callback; Provide the administration overview page. |
| 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/structure/types' needs to have a destination to be valid in the Drupal menu system, but too much... |
| 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_configure_date_formats_form | Allow users to add additional date formats. |
| system_date_delete_format_form | Menu callback; present a form for deleting a date format. |
| system_date_delete_format_form_submit | Delete a configured date format. |
| system_date_time_formats | Displays the date format strings overview page. |
| 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_delete_date_format_type_form | Menu callback; present a form for deleting a date type. |
| system_delete_date_format_type_form_submit | Delete a configured date type. |
| 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_settings | Form builder; Configure error reporting settings. |
| 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 required modules. |
| 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_regional_settings | Form builder; Configure the site regional settings. |
| 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_mode | 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_sort_themes | Array sorting callback; sorts modules or themes by their name. |
| system_status | Menu callback: displays the site status report. Can also be used as a pure check. |
| system_themes_admin_form | Form to select the administration theme. |
| system_themes_admin_form_submit | Process system_themes_admin_form form submissions. |
| system_themes_page | Menu callback; displays a listing of all themes. |
| system_theme_default | Menu callback; Set the default theme. |
| system_theme_disable | Menu callback; Disables a theme. |
| system_theme_enable | Menu callback; Enables a theme. |
| system_theme_settings | Form builder; display theme configuration for entire site and individual themes. |
| system_theme_settings_submit | Process system_theme_settings form submissions. |
| system_theme_settings_validate | Validator for the system_theme_settings() form. |
| 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_date_time_settings | Theme function for date settings form. |
| 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_page | Theme function for the system themes form. |
| _system_is_incompatible | Recursively check compatibility. |
| _system_modules_build_row | Build a table row for the system modules page. |
| _system_theme_list | Retrieve the list of themes that are not hidden. |
| _system_theme_settings_validate_path | Helper function for the system_theme_settings form. |