UpdateReady::$sitePath |
property |
core/modules/update/src/Form/UpdateReady.php |
The Site path. |
UpdateReady::$state |
property |
core/modules/update/src/Form/UpdateReady.php |
The state key value store. |
UpdateReady::buildForm |
function |
core/modules/update/src/Form/UpdateReady.php |
Form constructor. |
UpdateReady::create |
function |
core/modules/update/src/Form/UpdateReady.php |
Instantiates a new instance of this class. |
UpdateReady::getFormId |
function |
core/modules/update/src/Form/UpdateReady.php |
Returns a unique string identifying the form. |
UpdateReady::submitForm |
function |
core/modules/update/src/Form/UpdateReady.php |
Form submission handler. |
UpdateReady::__construct |
function |
core/modules/update/src/Form/UpdateReady.php |
Constructs a new UpdateReady object. |
UpdateReducedThemeRegistryTest |
class |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
Tests that update.php is accessible even if there are unstable modules. |
UpdateReducedThemeRegistryTest.php |
file |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
|
UpdateReducedThemeRegistryTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
The theme to install as the default for testing. |
UpdateReducedThemeRegistryTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
Modules to install. |
UpdateReducedThemeRegistryTest::testUpdatePageWithBrokenThemeHook |
function |
core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php |
Tests that the update page can be accessed. |
UpdateRegistry |
class |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Provides all and missing update implementations. |
UpdateRegistry.php |
file |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
|
UpdateRegistry::$enabledExtensions |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
|
UpdateRegistry::$loadedFiles |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
A static cache of all the extension updates scanned for. |
UpdateRegistry::$logFilename |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
The filename of the log file. |
UpdateRegistry::filterOutInvokedUpdatesByExtension |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Filters out already executed update functions by extension. |
UpdateRegistry::getAvailableUpdateFunctions |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Gets all available update functions. |
UpdateRegistry::getPendingUpdateFunctions |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Find all update functions that haven't been executed. |
UpdateRegistry::getPendingUpdateInformation |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Returns a list of all the pending updates. |
UpdateRegistry::getRemovedPostUpdates |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Gets removed hook_post_update_NAME() implementations for an extension. |
UpdateRegistry::getSubscribedEvents |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
|
UpdateRegistry::getUpdateFunctions |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Returns all available updates for a given extension. |
UpdateRegistry::includeThemes |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
|
UpdateRegistry::loadUpdateFile |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Loads the {$this->updateType}.php file for a given extension. |
UpdateRegistry::loadUpdateFiles |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Loads all update files for a given list of extension. |
UpdateRegistry::onConfigSave |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Processes the list of installed extensions when core.extension changes. |
UpdateRegistry::registerInvokedUpdates |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Registers that update functions were executed. |
UpdateRegistry::scanExtensionsAndLoadUpdateFiles |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Scans all module, theme, and profile extensions and load the update files. |
UpdateRegistry::__construct |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Constructs a new UpdateRegistry. |
UpdateRegistryFactory |
class |
core/lib/Drupal/Core/Update/UpdateRegistryFactory.php |
Service factory for the update registry. |
UpdateRegistryFactory.php |
file |
core/lib/Drupal/Core/Update/UpdateRegistryFactory.php |
|
UpdateRegistryFactory::create |
function |
core/lib/Drupal/Core/Update/UpdateRegistryFactory.php |
Creates a new UpdateRegistry instance. |
UpdateRegistryTest |
class |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests UpdateRegistry. |
UpdateRegistryTest.php |
file |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
|
UpdateRegistryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
|
UpdateRegistryTest::setupBasicExtensions |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Sets up some extensions with some update functions. |
UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::filterOutInvokedUpdatesByExtension |
UpdateRegistryTest::testGetPendingCustomUpdateFunctions |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::getPendingUpdateFunctions |
UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::getPendingUpdateFunctions |
UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::getPendingUpdateFunctions |
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::getPendingUpdateFunctions |
UpdateRegistryTest::testGetPendingUpdateInformation |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::getPendingUpdateInformation |
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::getPendingUpdateInformation |
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::getPendingUpdateInformation |
UpdateRegistryTest::testGetUpdateFunctions |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::getUpdateFunctions |
UpdateRegistryTest::testRegisterInvokedUpdatesWithExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::registerInvokedUpdates |
UpdateRegistryTest::testRegisterInvokedUpdatesWithMultiple |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::registerInvokedUpdates |
UpdateRegistryTest::testRegisterInvokedUpdatesWithoutExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::registerInvokedUpdates |