Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UpdateManager::$updateSettings | property | core/ |
The update settings. |
| UpdateManager::fetchDataBatch | function | core/ |
|
| UpdateManager::getProjects | function | core/ |
|
| UpdateManager::projectStorage | function | core/ |
|
| UpdateManager::refreshUpdateData | function | core/ |
|
| UpdateManager::__construct | function | core/ |
|
| UpdateManagerInterface | interface | core/ |
Manages project update information. |
| UpdateManagerInterface.php | file | core/ |
|
| UpdateManagerInterface::CURRENT | constant | core/ |
Project is up to date. |
| UpdateManagerInterface::fetchDataBatch | function | core/ |
Processes a step in batch for fetching available update data. |
| UpdateManagerInterface::getProjects | function | core/ |
Fetches an array of installed projects. |
| UpdateManagerInterface::NOT_CURRENT | constant | core/ |
Project has a new release available, but it is not a security release. |
| UpdateManagerInterface::NOT_SECURE | constant | core/ |
Project is missing security update(s). |
| UpdateManagerInterface::NOT_SUPPORTED | constant | core/ |
Current release is no longer supported by the project maintainer. |
| UpdateManagerInterface::projectStorage | function | core/ |
Retrieves update storage data or empties it. |
| UpdateManagerInterface::refreshUpdateData | function | core/ |
Clears out all the available update data and initiates re-fetching. |
| UpdateManagerInterface::REVOKED | constant | core/ |
Current release has been unpublished and is no longer available. |
| UpdateMiscTest | class | core/ |
Tests general functionality of the Update Status module. |
| UpdateMiscTest.php | file | core/ |
|
| UpdateMiscTest::$defaultTheme | property | core/ |
|
| UpdateMiscTest::$modules | property | core/ |
|
| UpdateMiscTest::setUp | function | core/ |
|
| UpdateMiscTest::testFetchTasks | function | core/ |
Tests that exactly one fetch task per project is created and not more. |
| UpdateMiscTest::testLanguageModuleUpdate | function | core/ |
Checks language module in core package at admin/reports/updates. |
| UpdateMiscTest::testModulePageRegularUpdate | function | core/ |
Checks the messages at admin/modules when an update is missing. |
| UpdateMiscTest::testModulePageRunCron | function | core/ |
Checks that running cron updates the list of available updates. |
| UpdateMiscTest::testModulePageSecurityUpdate | function | core/ |
Checks the messages at admin/modules when a security update is missing. |
| UpdateMiscTest::testModulePageUpToDate | function | core/ |
Checks the messages at admin/modules when the site is up to date. |
| UpdateMiscTest::testServiceUnavailable | function | core/ |
Tests the Update Status module when the update server returns 503 errors. |
| UpdateOrderingTest | class | core/ |
Tests update ordering. |
| UpdateOrderingTest.php | file | core/ |
|
| UpdateOrderingTest::$updateDependenciesHookReturn | property | core/ |
The return value of hook_update_dependencies(). |
| UpdateOrderingTest::setUp | function | core/ |
|
| UpdateOrderingTest::testUpdateOrdering | function | core/ |
Tests updates to ensure without dependencies system updates come first. |
| UpdateOrderingTest::testUpdateOrderingAlreadyRunUpdate | function | core/ |
Tests update ordering with an impossible dependency. |
| UpdateOrderingTest::testUpdateOrderingComplexSystemDependencies | function | core/ |
Tests update ordering with multiple dependencies to system updates. |
| UpdateOrderingTest::testUpdateOrderingWithDependency | function | core/ |
Tests update ordering with a dependency. |
| UpdateOrderingTest::testUpdateOrderingWithDependencyChain | function | core/ |
Tests update ordering with a dependency chain. |
| UpdateOrderingTest::testUpdateOrderingWithInBetweenDependency | function | core/ |
Tests update ordering with a dependency in between system updates. |
| UpdateOrderingTest::testUpdateOrderingWithNonSystemDependency | function | core/ |
Tests update ordering with dependencies not on system updates. |
| UpdatePathLastRemovedTest | class | core/ |
Tests that modules can define their last removed update function. |
| UpdatePathLastRemovedTest.php | file | core/ |
|
| UpdatePathLastRemovedTest::$defaultTheme | property | core/ |
|
| UpdatePathLastRemovedTest::$modules | property | core/ |
|
| UpdatePathLastRemovedTest::$updateUrl | property | core/ |
URL for the upgrade script. |
| UpdatePathLastRemovedTest::$updateUser | property | core/ |
A user account with upgrade permission. |
| UpdatePathLastRemovedTest::setUp | function | core/ |
|
| UpdatePathLastRemovedTest::testLastRemovedVersion | function | core/ |
Tests that a module with a too old schema version can not be updated. |
| UpdatePathNewDependencyTest | class | core/ |
Modules can introduce new dependencies and enable them in update hooks. |
| UpdatePathNewDependencyTest.php | file | core/ |
Pagination
- Previous page
- Page 1709
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.