Функции

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.
ИмяОписание
update_cron
modules/update/update.module
Реализация hook_cron().
update_do_one
./update.php
Perform one update and store the results which will later be displayed on the finished page.
update_finished
./update.php
update_fix_compatibility
./update.php
Disable anything in the {system} table that is not compatible with the current version of Drupal core.
update_fix_d6_requirements
./update.php
Perform Drupal 5.x to 6.x updates that are required for update.php to function properly.
update_flush_caches
modules/update/update.module
Исполнение hook_flush_caches().
update_form_alter
modules/update/update.module
Implementation of hook_form_alter().
update_get_available
modules/update/update.module
Internal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary.
update_get_projects
modules/update/update.compare.inc
Fetch an array of installed and enabled projects.
update_get_project_name
modules/update/update.compare.inc
Given a $file object (as returned by system_get_files_database()), figure out what project it belongs to. See alsosystem_get_files_database()
update_help
modules/update/update.module
Реализация hook_help().
update_info_page
./update.php
update_install
modules/update/update.install
Реализация hook_install().
update_invalidate_cache
modules/update/update.module
Очищает кеш данных модуля обновлений.
update_mail
modules/update/update.module
Implementation of hook_mail().
update_manual_status
modules/update/update.fetch.inc
Callback to manually check the update status without cron.
update_menu
modules/update/update.module
Реализация hook_menu().
update_process_project_info
modules/update/update.compare.inc
Process the list of projects on the system to figure out the currently installed versions, and other information that is required before we can compare against the available releases to produce the status report.
update_project_cache
modules/update/update.compare.inc
Retrieve data from {cache_update} or empty the cache when necessary.
update_refresh
modules/update/update.module
Wrapper to load the include file and then refresh the release data.
update_requirements
modules/update/update.module
Implementation of hook_requirements(). See also_update_message_text()
update_results_page
./update.php
update_schema
modules/update/update.install
Реализация hook_schema().
update_script_selection_form
./update.php
update_selection_page
./update.php
update_settings
modules/update/update.settings.inc
Form builder for the update settings tab.
update_settings_submit
modules/update/update.settings.inc
Submit handler for the settings tab.
update_settings_validate
modules/update/update.settings.inc
Validation callback for the settings form.
update_sql
includes/database.inc
Выполняет SQL-запрос и возвращает статус результата. Используется преимущественно в hook_update_N() и остальных функциях инсталяции/обновления модулей.
update_status
modules/update/update.report.inc
Menu callback. Generate a page about the update status of projects.
update_task_list
./update.php
Add the update task list to the current page.
update_theme
modules/update/update.module
Implementation of the hook_theme() registry.
update_uninstall
modules/update/update.install
Реализация hook_uninstall().
update_update_6000
modules/update/update.install
Clear out stale variables from update_status.
upload_admin_settings
modules/upload/upload.admin.inc
Menu callback for the upload settings form.
upload_admin_settings_validate
modules/upload/upload.admin.inc
Form API callback to validate the upload settings form.
upload_delete
modules/upload/upload.module
upload_delete_revision
modules/upload/upload.module
upload_file_download
modules/upload/upload.module
Implementation of hook_file_download().
upload_form_alter
modules/upload/upload.module
upload_help
modules/upload/upload.module
Реализация hook_help().
upload_install
modules/upload/upload.install
Реализация hook_install().
upload_js
modules/upload/upload.module
Коллбэк меню для JavaScript загрузок файлов.
upload_link
modules/upload/upload.module
Реализация hook_link().
upload_load
modules/upload/upload.module
upload_menu
modules/upload/upload.module
Реализация hook_menu().
upload_menu_alter
modules/upload/upload.module
upload_nodeapi
modules/upload/upload.module
Implementation of hook_nodeapi().
upload_node_form_submit
modules/upload/upload.module
Save new uploads and store them in the session to be associated to the node on upload_save.
upload_perm
modules/upload/upload.module
Реализация hook_perm().

Вход в систему