Search for update
- Search 9.5.x for update
- Search 8.9.x for update
- Search 10.3.x for update
- Search 11.x for update
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| UpdateTestContribCase::testHookUpdateStatusAlter | function | modules/ | Checks that hook_update_status_alter() works to change a status. | 
| UpdateTestContribCase::testNoReleasesAvailable | function | modules/ | Tests when there is no available release data for a contrib module. | 
| UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate | function | modules/ | Tests that the admin theme is always notified about security updates. | 
| UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate | function | modules/ | Tests that subthemes are notified about security updates for base themes. | 
| UpdateTestContribCase::testUpdateBrokenFetchURL | function | modules/ | Makes sure that if we fetch from a broken URL, sane things happen. | 
| UpdateTestContribCase::testUpdateContribBasic | function | modules/ | Tests the basic functionality of a contrib module on the status report. | 
| UpdateTestContribCase::testUpdateContribOrder | function | modules/ | Tests that contrib projects are ordered by project name. | 
| UpdateTestContribCase::testUpdateShowDisabledThemes | function | modules/ | Tests that disabled themes are only shown when desired. | 
| UpdateTestFileTransfer | class | modules/ | Mocks a FileTransfer object to test the settings form functionality. | 
| UpdateTestFileTransfer::factory | function | modules/ | Returns an UpdateTestFileTransfer object. | 
| UpdateTestFileTransfer::getSettingsForm | function | modules/ | Returns a settings form with a text field to input a username. | 
| UpdateTestHelper | class | modules/ | Defines some shared functions used by all update tests. | 
| UpdateTestHelper::refreshUpdateStatus | function | modules/ | Refreshes the update status based on the desired available update scenario. | 
| UpdateTestHelper::standardTests | function | modules/ | Runs a series of assertions that are applicable to all update statuses. | 
| UpdateTestUploadCase | class | modules/ | Tests project upload and extract functionality. | 
| UpdateTestUploadCase::getInfo | function | modules/ | |
| UpdateTestUploadCase::setUp | function | modules/ | Sets up a Drupal site for running functional and integration tests. | 
| UpdateTestUploadCase::testFileNameExtensionMerging | function | modules/ | Ensures that archiver extensions are properly merged in the UI. | 
| UpdateTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages | function | modules/ | Checks the messages on update manager pages when missing a security update. | 
| UpdateTestUploadCase::testUploadModule | function | modules/ | Tests upload and extraction of a module. | 
| update_access_allowed | function | ./ | Determines if the current user is allowed to run update.php. | 
| update_access_denied_page | function | ./ | Renders a 403 access denied page for update.php. | 
| update_already_performed | function | includes/ | Determines if a module update has already been performed. | 
| update_authorize_batch_copy_project | function | modules/ | Implements callback_batch_operation(). | 
| update_authorize_install_batch_finished | function | modules/ | Implements callback_batch_finished(). | 
| update_authorize_run_install | function | modules/ | Installs a new project when invoked by authorize.php. | 
| update_authorize_run_update | function | modules/ | Updates existing projects when invoked by authorize.php. | 
| update_authorize_update_batch_finished | function | modules/ | Implements callback_batch_finished(). | 
| update_batch | function | includes/ | Starts the database update batch process. | 
| update_build_dependency_graph | function | includes/ | Constructs a graph which encodes the dependencies between module updates. | 
| update_cache_clear_submit | function | modules/ | Form submission handler for system_modules(). | 
| update_calculate_project_data | function | modules/ | Calculates the current update status of all projects on the site. | 
| update_calculate_project_update_status | function | modules/ | Calculates the current update status of a specific project. | 
| update_callback_service_unavailable | function | modules/ | Page callback: Displays an Error 503 (Service unavailable) page. | 
| update_check_incompatibility | function | includes/ | Tests the compatibility of a module or theme. | 
| update_check_requirements | function | ./ | Checks update requirements and reports errors and (optionally) warnings. | 
| update_clear_update_disk_cache | function | modules/ | Clears the temporary files and directories based on file age from disk. | 
| update_create_fetch_task | function | modules/ | Creates a new fetch task after loading the necessary include file. | 
| update_cron | function | modules/ | Implements hook_cron(). | 
| UPDATE_CURRENT | constant | modules/ | Project is up to date. | 
| UPDATE_DEFAULT_URL | constant | modules/ | URL to check for updates, if a given project doesn't define its own. | 
| update_delete_file_if_stale | function | modules/ | Deletes stale files and directories from the update manager disk cache. | 
| update_do_one | function | includes/ | Implements callback_batch_operation(). | 
| update_extra_requirements | function | ./ | Returns and stores extra requirements that apply during the update process. | 
| update_fetch_data | function | modules/ | Attempts to fetch update data after loading the necessary include file. | 
| update_fetch_data_batch | function | modules/ | Implements callback_batch_operation(). | 
| update_fetch_data_finished | function | modules/ | Implements callback_batch_finished(). | 
| UPDATE_FETCH_PENDING | constant | modules/ | We need to (re)fetch available update data for this project. | 
| update_filter_project_info | function | modules/ | Filters the project .info data to only save attributes we need. | 
| update_finished | function | includes/ | Implements callback_batch_finished(). | 
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
