| UpdateProcessor::$availableReleasesTempStore |
property |
core/modules/update/src/UpdateProcessor.php |
Update available releases store. |
| UpdateProcessor::$failed |
property |
core/modules/update/src/UpdateProcessor.php |
Array of release history URLs that we have failed to fetch. |
| UpdateProcessor::$fetchQueue |
property |
core/modules/update/src/UpdateProcessor.php |
The update fetch queue. |
| UpdateProcessor::$fetchTasks |
property |
core/modules/update/src/UpdateProcessor.php |
The queue for fetching release history data. |
| UpdateProcessor::$fetchTaskStore |
property |
core/modules/update/src/UpdateProcessor.php |
Update Fetch Task Store. |
| UpdateProcessor::$privateKey |
property |
core/modules/update/src/UpdateProcessor.php |
The private key. |
| UpdateProcessor::$stateStore |
property |
core/modules/update/src/UpdateProcessor.php |
The state service. |
| UpdateProcessor::$tempStore |
property |
core/modules/update/src/UpdateProcessor.php |
Update key/value store. |
| UpdateProcessor::$updateFetcher |
property |
core/modules/update/src/UpdateProcessor.php |
The UpdateFetcher service. |
| UpdateProcessor::$updateSettings |
property |
core/modules/update/src/UpdateProcessor.php |
The update settings. |
| UpdateProcessor::claimQueueItem |
function |
core/modules/update/src/UpdateProcessor.php |
Claims an item in the update fetch queue for processing. |
| UpdateProcessor::createFetchTask |
function |
core/modules/update/src/UpdateProcessor.php |
Adds a task to the queue for fetching release history data for a project. |
| UpdateProcessor::deleteQueueItem |
function |
core/modules/update/src/UpdateProcessor.php |
Deletes a finished item from the update fetch queue. |
| UpdateProcessor::fetchData |
function |
core/modules/update/src/UpdateProcessor.php |
Attempts to drain the queue of tasks for release history data to fetch. |
| UpdateProcessor::numberOfQueueItems |
function |
core/modules/update/src/UpdateProcessor.php |
Retrieves the number of items in the update fetch queue. |
| UpdateProcessor::parseXml |
function |
core/modules/update/src/UpdateProcessor.php |
Parses the XML of the Drupal release history info files. |
| UpdateProcessor::processFetchTask |
function |
core/modules/update/src/UpdateProcessor.php |
Processes a task to fetch available update data for a single project. |
| UpdateProcessor::__construct |
function |
core/modules/update/src/UpdateProcessor.php |
Constructs an UpdateProcessor. |
| UpdateProcessorInterface |
interface |
core/modules/update/src/UpdateProcessorInterface.php |
Processor of project update information. |
| UpdateProcessorInterface.php |
file |
core/modules/update/src/UpdateProcessorInterface.php |
|
| UpdateProcessorInterface::claimQueueItem |
function |
core/modules/update/src/UpdateProcessorInterface.php |
Claims an item in the update fetch queue for processing. |
| UpdateProcessorInterface::createFetchTask |
function |
core/modules/update/src/UpdateProcessorInterface.php |
Adds a task to the queue for fetching release history data for a project. |
| UpdateProcessorInterface::deleteQueueItem |
function |
core/modules/update/src/UpdateProcessorInterface.php |
Deletes a finished item from the update fetch queue. |
| UpdateProcessorInterface::fetchData |
function |
core/modules/update/src/UpdateProcessorInterface.php |
Attempts to drain the queue of tasks for release history data to fetch. |
| UpdateProcessorInterface::numberOfQueueItems |
function |
core/modules/update/src/UpdateProcessorInterface.php |
Retrieves the number of items in the update fetch queue. |
| UpdateProcessorInterface::processFetchTask |
function |
core/modules/update/src/UpdateProcessorInterface.php |
Processes a task to fetch available update data for a single project. |
| 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. |