Default implementation of UpdateManagerInterface.
Hierarchy
- class \Drupal\update\UpdateManager implements UpdateManagerInterface uses DependencySerializationTrait, StringTranslationTrait
File
- core/modules/update/src/UpdateManager.php, line 17
Namespace
Drupal\update
Members
Name | Modifiers | Type | Description |
---|---|---|---|
DependencySerializationTrait::$_serviceIds | protected | property | An array of service IDs keyed by property name used for serialization. |
DependencySerializationTrait::__sleep | public | function | |
DependencySerializationTrait::__wakeup | public | function | |
StringTranslationTrait::$stringTranslation | protected | property | The string translation service. |
StringTranslationTrait::formatPlural | protected | function | Formats a string containing a count of items. |
StringTranslationTrait::getNumberOfPlurals | protected | function | Returns the number of plurals supported by a given language. |
StringTranslationTrait::getStringTranslation | protected | function | Gets the string translation service. |
StringTranslationTrait::setStringTranslation | public | function | Sets the string translation service to use. |
StringTranslationTrait::t | protected | function | Translates a string to the current language or to a given language. |
UpdateManager::$availableReleasesTempStore | protected | property | Update available releases key/value store. |
UpdateManager::$keyValueStore | protected | property | The key/value store. |
UpdateManager::$moduleHandler | protected | property | Module Handler Service. |
UpdateManager::$projects | protected | property | An array of installed and enabled projects. |
UpdateManager::$themeHandler | protected | property | The theme handler. |
UpdateManager::$updateProcessor | protected | property | Update Processor Service. |
UpdateManager::$updateSettings | protected | property | The update settings |
UpdateManager::fetchDataBatch | public | function | Processes a step in batch for fetching available update data. Overrides UpdateManagerInterface::fetchDataBatch |
UpdateManager::getProjects | public | function | Fetches an array of installed and enabled projects. Overrides UpdateManagerInterface::getProjects |
UpdateManager::projectStorage | public | function | Retrieves update storage data or empties it. Overrides UpdateManagerInterface::projectStorage |
UpdateManager::refreshUpdateData | public | function | Clears out all the available update data and initiates re-fetching. Overrides UpdateManagerInterface::refreshUpdateData |
UpdateManager::__construct | public | function | Constructs a UpdateManager. |
Please login to continue.