Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.63.2.3 (checked in on 2008/05/19 at 07:27:35 by goba)
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_compact_page | Menu callback; Sets whether the admin menu is in compact mode or not. |
| 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/content/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. See alsosystem_settings_form() |
| system_batch_page | Default page callback for batches. |
| system_clean_url_settings | Form builder; Configure Clean URL settings. See alsosystem_settings_form() |
| 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. See alsosystem_settings_form() |
| system_date_time_settings_submit | Process system_date_time_settings form submissions. |
| system_error_reporting_settings | Form builder; Configure error reporting settings. See alsosystem_settings_form() |
| system_file_system_settings | Form builder; Configure the site file handling. See alsosystem_settings_form() |
| system_image_toolkit_settings | Form builder; Configure site image toolkit usage. See alsosystem_settings_form() |
| 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_disable | Form process callback function to disable check boxes. |
| system_modules_submit | Submit callback; handles modules form submission. |
| system_modules_uninstall | Builds a form of currently disabled modules. See alsosystem_modules_uninstall_validate() |
| 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_module_build_dependencies | Generate a list of dependencies for modules that are going to be switched on. |
| system_performance_settings | Form builder; Configure site performance settings. See alsosystem_settings_form() |
| system_php | Menu callback: return information about PHP. |
| system_rss_feeds_settings | Form builder; Configure how the site handles RSS feeds. See alsosystem_settings_form() |
| 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. See alsosystem_settings_form() |
| system_site_information_settings_validate | Validate the submitted site-information form. |
| system_site_maintenance_settings | Form builder; Configure the site's maintenance status. See alsosystem_settings_form() |
| 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. See alsosystem_themes_form_submit() |
| 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 | Theme callback for the modules form. |
| 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_sql | Theme a SQL result table. |