system.module
Версия 1.440.2.54 (checked in on 2009/07/01 at 20:52:11 by drumm)
Configuration system that lets administrators modify the workings of the site.
Константы
Имя | Описание |
---|---|
VERSION |
Функции
Имя | Описание |
---|---|
confirm_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 | Создает простой блок на странице администрирования. |
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 | Реализация 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 | Реализация 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 | Реализация 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 | Реализация 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 | Добавляет кнопки по умолчанию и устанавливает их префикс |
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 | Реализация hook_user(). |
theme_admin_block | Темизирует блок (внутри контента) на страницах администрирования. |
theme_admin_block_content | Функция форматирует контент административного блока. |
theme_admin_page | Форматирует административную страницу для отображения. |
theme_status_report | Темизирует отчет о статусе системы. |
theme_system_admin_by_module | Темизирует вывод страницы администрирования по модулям. |
theme_system_modules | Темизирует форму модулей. |
theme_system_modules_uninstall | Темизирует таблицу отключенных на данный момент модулей. |
theme_system_themes | |
theme_system_theme_select_form | Темизирует форму выбора темы. |
_system_sort_requirements | Helper function to sort requirements. |
_system_sql | |
_system_zonelist |