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

Namesort iconDescription
DRUPAL_CORE_COMPATIBILITYCore API compatibility.
DRUPAL_MAXIMUM_TEMP_FILE_AGEMaximum age of temporary files in seconds.
DRUPAL_MINIMUM_MYSQLMinimum supported version of MySQL, if it is used.
DRUPAL_MINIMUM_PGSQLMinimum supported version of PostgreSQL, if it is used.
DRUPAL_MINIMUM_PHPMinimum supported version of PHP.
DRUPAL_MINIMUM_PHP_MEMORY_LIMITMinimum recommended value of PHP memory_limit.
VERSIONThe current system version.

Functions

Namesort iconDescription
confirm_formOutput a confirmation form
system_actions_configureMenu callback. Create the form for configuration of a single action.
system_actions_configure_submitProcess system_actions_configure form submissions.
system_actions_configure_validateValidate system_actions_configure form submissions.
system_actions_delete_formCreate the form for confirmation of deleting an action. See alsosystem_actions_delete_form_submit()
system_actions_delete_form_submitProcess system_actions_delete form submissions.
system_actions_manageMenu callback. Display an overview of available and configured actions.
system_actions_manage_formDefine the form for the actions overview page. See alsosystem_actions_manage_form_submit()
system_actions_manage_form_submitProcess system_actions_manage form submissions.
system_actions_remove_orphansRemove actions that are in the database but not supported by any enabled module.
system_action_delete_orphans_postPost-deletion operations for deleting action orphans.
system_action_infoImplementation of hook_action_info().
system_admin_compact_modeDetermine if a user is in compact mode.
system_admin_menu_blockProvide a single block on the administration overview page.
system_admin_theme_submitProcess admin theme form submissions.
system_blockImplementation of hook_block().
system_check_directoryChecks 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_requestChecks whether the server is capable of issuing HTTP requests.
system_cronImplementation of hook_cron().
system_default_regionGet the name of the default region for a given theme.
system_elementsImplementation of hook_elements().
system_find_base_themeRecursive function to find the top level base theme. Themes can inherit templates and function implementations from earlier themes.
system_get_files_databaseRetrieves the current status of an array of files in the system table.
system_get_module_admin_tasksGenerate a list of tasks offered by a specified module.
system_goto_action
system_goto_action_formImplementation of a configurable Drupal action. Redirect user to a URL.
system_goto_action_submit
system_helpImplementation of hook_help().
system_hook_infoImplementation of hook_hook_info().
system_initImplementation of hook_init().
system_initialize_theme_blocksAssign an initial, default set of blocks for a theme.
system_mailImplementation of hook_mail().
system_menuImplementation of hook_menu().
system_message_actionA configurable Drupal action. Sends a message to the current user's screen.
system_message_action_form
system_message_action_submit
system_node_typeImplementation of hook_node_type().
system_permImplementation of hook_perm().
system_region_listGet a list of available regions from a specified theme.
system_send_email_actionImplementation of a configurable Drupal action. Sends an email.
system_send_email_action_formReturn a form definition so the Send email action can be configured. See alsosystem_send_email_action_validate()
system_send_email_action_submitProcess system_send_email_action form submissions.
system_send_email_action_validateValidate system_send_email_action form submissions.
system_settings_formAdd default buttons to a form and set its prefix. See alsosystem_settings_form_submit()
system_settings_form_submitExecute the system_settings_form.
system_themeImplementation of hook_theme().
system_theme_dataCollect data about all currently available themes.
system_theme_defaultPrepare defaults for themes.
system_theme_select_formReturns a fieldset containing the theme select form.
system_userImplementation of hook_user().
theme_system_powered_byFormat the Powered by Drupal text.
_system_sort_requirementsHelper function to sort requirements.
_system_themes_accessMenu item access callback - only admin or enabled themes can be accessed.
_system_theme_dataHelper function to scan and collect theme .info data and their engines.
_system_zonelistGenerate an array of time zones and their local time&date.
 
 

Drupal is a registered trademark of Dries Buytaert.