system.module
Версия 1.585.2.38 (checked in on 2009/07/01 at 20:51:56 by goba)
Configuration system that lets administrators modify the workings of the site.
Константы
Имя | Описание |
---|---|
DRUPAL_CORE_COMPATIBILITY | Совместимость с API ядра. |
DRUPAL_MAXIMUM_TEMP_FILE_AGE | Максимальный возраст временных файлов в секундах. |
DRUPAL_MINIMUM_MYSQL | Минимальная поддерживаемая версия MySQL, в случае его использования. |
DRUPAL_MINIMUM_PGSQL | Минимальная поддерживаемая версия PostgreSQL, в случае его использования. |
DRUPAL_MINIMUM_PHP | Минимальная поддерживаемая версия PHP. |
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT | Рекомендуемое минимальное значение для PHP memory_limit. |
VERSION | Текущая версия системы. |
Функции
Имя | Описание |
---|---|
confirm_form | Вывод формы подтверждения какого-либо действия. |
system_actions_configure | Menu callback. Create the form for configuration of a single action. |
system_actions_configure_submit | Обрабатывает переданные значения полей формы system_actions_configure. |
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 | Реализация hook_action_info(). |
system_admin_compact_mode | Determine if a user is in compact mode. |
system_admin_menu_block | Создает простой блок на странице администрирования. |
system_admin_theme_submit | Process admin theme form submissions. |
system_block | Реализация 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 | Реализация hook_cron(). |
system_default_region | Get the name of the default region for a given theme. |
system_elements | Реализация 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 | Создаёт список задач предлагаемый указанным модулем. |
system_goto_action | |
system_goto_action_form | Implementation of a configurable Drupal action. Redirect user to a URL. |
system_goto_action_submit | |
system_help | Реализация hook_help(). |
system_hook_info | Implementation of hook_hook_info(). |
system_init | Реализация hook_init(). |
system_initialize_theme_blocks | Assign an initial, default set of blocks for a theme. |
system_mail | Implementation of hook_mail(). |
system_menu | Реализация 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 | Реализация 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 | Добавляет к форме кнопки по умолчанию и устанавливает её префикс. См. также system_settings_form_submit() |
system_settings_form_submit | Execute the system_settings_form. |
system_theme | Implementation of hook_theme(). |
system_theme_data | Собирает данные о всех доступных темах. |
system_theme_default | Prepare defaults for themes. |
system_theme_select_form | Returns a fieldset containing the theme select form. |
system_user | Реализация hook_user(). |
theme_system_powered_by | Форматирует текст надписи "Powered by Drupal" (Создано на Друпале). |
_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. |