Manages project update information.
Hierarchy
- interface \Drupal\update\UpdateManagerInterface
 
File
- core/modules/update/src/UpdateManagerInterface.php, line 8
 
Namespace
Drupal\update
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| UpdateManagerInterface::fetchDataBatch | public | function | Processes a step in batch for fetching available update data. | 
| UpdateManagerInterface::getProjects | public | function | Fetches an array of installed and enabled projects. | 
| UpdateManagerInterface::projectStorage | public | function | Retrieves update storage data or empties it. | 
| UpdateManagerInterface::refreshUpdateData | public | function | Clears out all the available update data and initiates re-fetching. | 
Please login to continue.