system.module
Version
1.585.2.17 (checked in on 2008/08/14 at 00:13:30 by drumm)
Description
Configuration system that lets administrators modify the workings of the site.
Constants
| Name | Description |
|---|---|
| DRUPAL_CORE_COMPATIBILITY | Core API compatibility. |
| DRUPAL_MAXIMUM_TEMP_FILE_AGE | Maximum age of temporary files in seconds. |
| DRUPAL_MINIMUM_MYSQL | Minimum supported version of MySQL, if it is used. |
| DRUPAL_MINIMUM_PGSQL | Minimum supported version of PostgreSQL, if it is used. |
| DRUPAL_MINIMUM_PHP | Minimum supported version of PHP. |
| DRUPAL_MINIMUM_PHP_MEMORY_LIMIT | Minimum recommended value of PHP memory_limit. |
| VERSION | The current system version. |
Functions
| Name | Description |
|---|---|
| confirm_form | Output a confirmation form |
| system_actions_configure | Menu callback. Create 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. See alsosystem_actions_delete_form_submit() |
| system_actions_delete_form_submit | Process system_actions_delete form submissions. |
| system_actions_manage | Menu callback. Display an overview of available and configured actions. |
| system_actions_manage_form | Define the form for the actions overview page. See alsosystem_actions_manage_form_submit() |
| 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_action_info | Implementation of hook_action_info(). |
| system_admin_compact_mode | Determine if a user is in compact mode. |
| system_admin_menu_block | Provide a single block on the administration overview page. |
| system_admin_theme_submit | Process admin theme form submissions. |
| system_block | Implementation of hook_block(). |
| 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_check_http_request | Checks whether the server is capable of issuing HTTP requests. |
| system_cron | Implementation of hook_cron(). |
| system_default_region | Get the name of the default region for a given theme. |
| system_elements | Implementation of hook_elements(). |
| system_find_base_theme | Recursive function to find the top level base theme. Themes can inherit templates and function implementations from earlier themes. |
| system_get_files_database | Retrieves the current status of an array of files in the system table. |
| system_get_module_admin_tasks | Generate a list of tasks offered by a specified module. |
| system_goto_action | |
| system_goto_action_form | Implementation of a configurable Drupal action. Redirect user to a URL. |
| system_goto_action_submit | |
| system_help | Implementation of hook_help(). |
| system_hook_info | Implementation of hook_hook_info(). |
| system_init | Implementation of hook_init(). |
| system_initialize_theme_blocks | Assign an initial, default set of blocks for a theme. |
| system_mail | Implementation of hook_mail(). |
| system_menu | Implementation of hook_menu(). |
| system_message_action | A configurable Drupal action. Sends a message to the current user's screen. |
| system_message_action_form | |
| system_message_action_submit | |
| system_node_type | Implementation of hook_node_type(). |
| system_perm | Implementation of hook_perm(). |
| system_region_list | Get a list of available regions from a specified theme. |
| system_send_email_action | Implementation of a configurable Drupal action. Sends an email. |
| system_send_email_action_form | Return a form definition so the Send email action can be configured. See alsosystem_send_email_action_validate() |
| system_send_email_action_submit | Process system_send_email_action form submissions. |
| system_send_email_action_validate | Validate system_send_email_action form submissions. |
| system_settings_form | Add default buttons to a form and set its prefix. See alsosystem_settings_form_submit() |
| system_settings_form_submit | Execute the system_settings_form. |
| system_theme | Implementation of hook_theme(). |
| system_theme_data | Collect data about all currently available themes. |
| system_theme_default | Prepare defaults for themes. |
| system_theme_select_form | Returns a fieldset containing the theme select form. |
| system_user | Implementation of hook_user(). |
| theme_system_powered_by | Format the Powered by Drupal text. |
| _system_sort_requirements | Helper function to sort requirements. |
| _system_themes_access | Menu item access callback - only admin or enabled themes can be accessed. |
| _system_theme_data | Helper function to scan and collect theme .info data and their engines. |
| _system_zonelist | Generate an array of time zones and their local time&date. |
