1.440.2.33 (checked in on 2008/07/23 at 19:52:50 by drumm)
Configuration system that lets administrators modify the workings of the site.
| Name | Description |
|---|---|
| VERSION |
| Name | Description |
|---|---|
| confirm_form | Output a confirmation form |
| system_admin_by_module | Menu callback; prints a listing of admin tasks for each installed module. |
| system_admin_compact_mode | Determine if a user is in compact mode. |
| system_admin_compact_page | |
| system_admin_menu_block | Provide a single block on 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/content/types' needs to have a destination to be valid in the Drupal menu system, but too much... |
| system_admin_theme_settings | This function allows selection of the theme to show in administration sections. |
| system_admin_theme_submit | |
| system_check_directory | Checks the existence of the directory specified in $form_element. This function is called from the system_settings form to check both the file_directory_path and file_directory_temp directories. If validation fails, the form element is flagged with an... |
| system_clean_url_settings | |
| system_date_time_settings | |
| system_default_region | Get the name of the default region for a given theme. |
| system_elements | Implementation of hook_elements(). |
| system_error_reporting_settings | |
| system_file_system_settings | |
| system_get_files_database | Retrieves the current status of an array of files in the system table. |
| system_get_module_admin_tasks | |
| system_help | Implementation of hook_help(). |
| system_image_toolkit_settings | |
| system_initialize_theme_blocks | Assign an initial, default set of blocks for a theme. |
| system_main_admin_page | Provide the administration overview page. |
| system_menu | Implementation of hook_menu(). |
| system_modules | Menu callback; provides module enable/disable interface. |
| system_modules_confirm_form | |
| 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. |
| 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 | |
| system_node_type | Implementation of hook_node_type(). |
| system_performance_settings | |
| system_perm | Implementation of hook_perm(). |
| system_php | Menu callback: return information about PHP. |
| system_region_list | Get a list of available regions from a specified theme. |
| system_rss_feeds_settings | |
| system_run_cron | Menu callback: run cron manually. |
| system_settings_form | Add default buttons to a form and set its prefix |
| system_settings_form_submit | Execute the system_settings_form. |
| system_settings_overview | Menu callback; displays a module's settings page. |
| system_site_information_settings | |
| system_site_maintenance_settings | |
| system_sort_modules_by_info_name | |
| system_sql | Menu callback: return information about PHP. |
| system_status | Menu callback: displays the site status report. Can also be used as a pure check. |
| system_themes | Menu callback; displays a listing of all themes. |
| system_themes_submit | |
| system_theme_data | Collect data about all currently available themes |
| system_theme_select_form | Returns a fieldset containing the theme select form. |
| system_theme_settings | Menu callback; display theme configuration for entire site and individual themes. |
| system_theme_settings_submit | |
| system_user | Implementation of hook_user(). |
| 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 status report |
| theme_system_admin_by_module | Theme output of the dashboard page. |
| theme_system_modules | Theme call back for the modules form. |
| theme_system_modules_uninstall | Themes a table of currently disabled modules. |
| theme_system_themes | |
| theme_system_theme_select_form | |
| _system_sort_requirements | Helper function to sort requirements. |
| _system_sql | |
| _system_zonelist |