Processor of project update information.
Hierarchy
- interface \Drupal\update\UpdateProcessorInterface
File
- core/modules/update/src/UpdateProcessorInterface.php, line 9
Namespace
Drupal\update
Members
Name | Modifiers | Type | Description |
---|---|---|---|
UpdateProcessorInterface::claimQueueItem | public | function | Claims an item in the update fetch queue for processing. |
UpdateProcessorInterface::createFetchTask | public | function | Adds a task to the queue for fetching release history data for a project. |
UpdateProcessorInterface::deleteQueueItem | public | function | Deletes a finished item from the update fetch queue. |
UpdateProcessorInterface::fetchData | public | function | Attempts to drain the queue of tasks for release history data to fetch. |
UpdateProcessorInterface::numberOfQueueItems | public | function | Retrieves the number of items in the update fetch queue. |
UpdateProcessorInterface::processFetchTask | public | function | Processes a task to fetch available update data for a single project. |
Please login to continue.