| UpdateManager::$moduleHandler |
property |
core/modules/update/src/UpdateManager.php |
Module Handler Service. |
| UpdateManager::$projects |
property |
core/modules/update/src/UpdateManager.php |
An array of installed projects. |
| UpdateManager::$themeExtensionList |
property |
core/modules/update/src/UpdateManager.php |
The theme extension list. |
| UpdateManager::$themeHandler |
property |
core/modules/update/src/UpdateManager.php |
The theme handler. |
| UpdateManager::$updateProcessor |
property |
core/modules/update/src/UpdateManager.php |
Update Processor Service. |
| UpdateManager::$updateSettings |
property |
core/modules/update/src/UpdateManager.php |
The update settings. |
| UpdateManager::fetchDataBatch |
function |
core/modules/update/src/UpdateManager.php |
Processes a step in batch for fetching available update data. |
| UpdateManager::getProjects |
function |
core/modules/update/src/UpdateManager.php |
Fetches an array of installed projects. |
| UpdateManager::projectStorage |
function |
core/modules/update/src/UpdateManager.php |
Retrieves update storage data or empties it. |
| UpdateManager::refreshUpdateData |
function |
core/modules/update/src/UpdateManager.php |
Clears out all the available update data and initiates re-fetching. |
| UpdateManager::__construct |
function |
core/modules/update/src/UpdateManager.php |
Constructs an UpdateManager. |
| UpdateManagerInterface |
interface |
core/modules/update/src/UpdateManagerInterface.php |
Manages project update information. |
| UpdateManagerInterface.php |
file |
core/modules/update/src/UpdateManagerInterface.php |
|
| UpdateManagerInterface::CURRENT |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Project is up to date. |
| UpdateManagerInterface::fetchDataBatch |
function |
core/modules/update/src/UpdateManagerInterface.php |
Processes a step in batch for fetching available update data. |
| UpdateManagerInterface::getProjects |
function |
core/modules/update/src/UpdateManagerInterface.php |
Fetches an array of installed projects. |
| UpdateManagerInterface::NOT_CURRENT |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Project has a new release available, but it is not a security release. |
| UpdateManagerInterface::NOT_SECURE |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Project is missing security update(s). |
| UpdateManagerInterface::NOT_SUPPORTED |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Current release is no longer supported by the project maintainer. |
| UpdateManagerInterface::projectStorage |
function |
core/modules/update/src/UpdateManagerInterface.php |
Retrieves update storage data or empties it. |
| UpdateManagerInterface::refreshUpdateData |
function |
core/modules/update/src/UpdateManagerInterface.php |
Clears out all the available update data and initiates re-fetching. |
| UpdateManagerInterface::REVOKED |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Current release has been unpublished and is no longer available. |
| UpdateMiscTest |
class |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Tests general functionality of the Update Status module. |
| UpdateMiscTest.php |
file |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
|
| UpdateMiscTest::$defaultTheme |
property |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
The theme to install as the default for testing. |
| UpdateMiscTest::$modules |
property |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Modules to install. |
| UpdateMiscTest::setUp |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
|
| UpdateMiscTest::testFetchTasks |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Tests that exactly one fetch task per project is created and not more. |
| UpdateMiscTest::testLanguageModuleUpdate |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks language module in core package at admin/reports/updates. |
| UpdateMiscTest::testModulePageRegularUpdate |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks the messages at admin/modules when an update is missing. |
| UpdateMiscTest::testModulePageRunCron |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks that running cron updates the list of available updates. |
| UpdateMiscTest::testModulePageSecurityUpdate |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks the messages at admin/modules when a security update is missing. |
| UpdateMiscTest::testModulePageUpToDate |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks the messages at admin/modules when the site is up to date. |
| UpdateMiscTest::testServiceUnavailable |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Tests the Update Status module when the update server returns 503 errors. |
| UpdateOrderingTest |
class |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
Tests update ordering. |
| UpdateOrderingTest.php |
file |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
|
| UpdateOrderingTest::$updateDependenciesHookReturn |
property |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
The return value of hook_update_dependencies(). |
| UpdateOrderingTest::setUp |
function |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
|
| UpdateOrderingTest::testUpdateOrdering |
function |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
Tests updates to ensure without dependencies system updates come first. |
| UpdateOrderingTest::testUpdateOrderingAlreadyRunUpdate |
function |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
Tests update ordering with an impossible dependency. |
| UpdateOrderingTest::testUpdateOrderingComplexSystemDependencies |
function |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
Tests update ordering with multiple dependencies to system updates. |
| UpdateOrderingTest::testUpdateOrderingWithDependency |
function |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
Tests update ordering with a dependency. |
| UpdateOrderingTest::testUpdateOrderingWithDependencyChain |
function |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
Tests update ordering with a dependency chain. |
| UpdateOrderingTest::testUpdateOrderingWithInBetweenDependency |
function |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
Tests update ordering with a dependency in between system updates. |
| UpdateOrderingTest::testUpdateOrderingWithNonSystemDependency |
function |
core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php |
Tests update ordering with dependencies not on system updates. |
| UpdatePathLastRemovedTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
Tests that modules can define their last removed update function. |
| UpdatePathLastRemovedTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
|
| UpdatePathLastRemovedTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
The theme to install as the default for testing. |
| UpdatePathLastRemovedTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
Modules to install. |
| UpdatePathLastRemovedTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
URL for the upgrade script. |