update_check_requirements |
drupal/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
1 |
|
update_clear_update_disk_cache |
drupal/modules/update/update.module |
Clears the temporary files and directories based on file age from disk. |
1 |
|
update_create_fetch_task |
drupal/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
3 |
|
update_cron |
drupal/modules/update/update.module |
Implements hook_cron(). |
|
|
update_delete_file_if_stale |
drupal/modules/update/update.module |
Deletes stale files and directories from the update manager disk cache. |
1 |
1 |
update_do_one |
drupal/includes/update.inc |
Implements callback_batch_operation(). |
|
1 |
update_extra_requirements |
drupal/update.php |
Returns and stores extra requirements that apply during the update process. |
2 |
|
update_fetch_data |
drupal/modules/update/update.module |
Attempts to fetch update data after loading the necessary include file. |
2 |
|
update_fetch_data_batch |
drupal/modules/update/update.fetch.inc |
Implements callback_batch_operation(). |
|
1 |
update_fetch_data_finished |
drupal/modules/update/update.fetch.inc |
Implements callback_batch_finished(). |
|
1 |
update_filter_project_info |
drupal/modules/update/update.compare.inc |
Filters the project .info data to only save attributes we need. |
1 |
|
update_finished |
drupal/includes/update.inc |
Implements callback_batch_finished(). |
|
1 |
update_fix_compatibility |
drupal/includes/update.inc |
Disable any items in the {system} table that are not core compatible. |
1 |
|
update_fix_d7_block_deltas |
drupal/includes/update.inc |
A helper function that modules can use to assist with the transformation
from numeric block deltas to string block deltas during the 6.x -> 7.x
upgrade. |
2 |
|
update_fix_d7_install_profile |
drupal/includes/update.inc |
Register the currently installed profile in the system table. |
1 |
|
update_fix_d7_requirements |
drupal/includes/update.inc |
Perform Drupal 6.x to 7.x updates that are required for update.php
to function properly. |
1 |
|
update_flush_caches |
drupal/modules/update/update.module |
Implements hook_flush_caches(). |
|
|
update_form_system_modules_alter |
drupal/modules/update/update.module |
Implements hook_form_FORM_ID_alter() for system_modules(). |
|
|
update_get_available |
drupal/modules/update/update.module |
Tries to get update information from cache and refreshes it when necessary. |
4 |
|
update_get_d6_session_name |
drupal/includes/update.inc |
Constructs a session name compatible with a D6 environment. |
2 |
|
update_get_projects |
drupal/modules/update/update.compare.inc |
Fetches an array of installed and enabled projects. |
3 |
|
update_get_project_name |
drupal/modules/update/update.compare.inc |
Determines what project a given file object belongs to. |
1 |
|
update_get_update_function_list |
drupal/includes/update.inc |
Returns an organized list of update functions for a set of modules. |
1 |
|
update_get_update_list |
drupal/includes/update.inc |
Returns a list of all the pending database updates. |
2 |
|
update_help |
drupal/modules/update/update.module |
Implements hook_help(). |
|
|
update_helpful_links |
drupal/update.php |
Provides links to the homepage and administration pages. |
2 |
|
update_info_page |
drupal/update.php |
Provides an overview of the Drupal database update. |
1 |
|
update_init |
drupal/modules/update/update.module |
Implements hook_init(). |
|
|
update_install |
drupal/modules/update/update.install |
Implements hook_install(). |
|
|
update_is_missing |
drupal/includes/update.inc |
Determines if a module update is missing or unavailable. |
1 |
|
update_mail |
drupal/modules/update/update.module |
Implements hook_mail(). |
|
|
update_manager_access |
drupal/modules/update/update.module |
Access callback: Resolves if the current user can access updater menu items. |
5 |
1 |
update_manager_archive_extract |
drupal/modules/update/update.manager.inc |
Unpacks a downloaded archive file. |
2 |
|
update_manager_archive_verify |
drupal/modules/update/update.manager.inc |
Verifies an archive after it has been downloaded and extracted. |
2 |
|
update_manager_batch_project_get |
drupal/modules/update/update.manager.inc |
Implements callback_batch_operation(). |
|
1 |
update_manager_download_batch_finished |
drupal/modules/update/update.manager.inc |
Implements callback_batch_finished(). |
|
1 |
update_manager_file_get |
drupal/modules/update/update.manager.inc |
Copies a file from the specified URL to the temporary directory for updates. |
2 |
|
update_manager_install_form |
drupal/modules/update/update.manager.inc |
Form constructor for the install form of the Update Manager module. |
|
1 |
update_manager_install_form_submit |
drupal/modules/update/update.manager.inc |
Form submission handler for update_manager_install_form(). |
|
|
update_manager_install_form_validate |
drupal/modules/update/update.manager.inc |
Form validation handler for update_manager_install_form(). |
|
|
update_manager_local_transfers_allowed |
drupal/modules/update/update.manager.inc |
Determines if file transfers will be performed locally. |
1 |
|
update_manager_update_form |
drupal/modules/update/update.manager.inc |
Form constructor for the update form of the Update Manager module. |
|
1 |
update_manager_update_form_submit |
drupal/modules/update/update.manager.inc |
Form submission handler for update_manager_update_form(). |
|
|
update_manager_update_form_validate |
drupal/modules/update/update.manager.inc |
Form validation handler for update_manager_update_form(). |
|
1 |
update_manager_update_ready_form |
drupal/modules/update/update.manager.inc |
Form constructor for the update ready form. |
|
1 |
update_manager_update_ready_form_submit |
drupal/modules/update/update.manager.inc |
Form submission handler for update_manager_update_ready_form(). |
|
|
update_manual_status |
drupal/modules/update/update.fetch.inc |
Page callback: Checks for updates and displays the update status report. |
|
1 |
update_menu |
drupal/modules/update/update.module |
Implements hook_menu(). |
|
|
update_parse_db_url |
drupal/includes/update.inc |
Parse pre-Drupal 7 database connection URLs and return D7 compatible array. |
2 |
|
update_parse_xml |
drupal/modules/update/update.fetch.inc |
Parses the XML of the Drupal release history info files. |
1 |
|