Fetches project information from remote locations.
Hierarchy
- interface \Drupal\update\UpdateFetcherInterface
File
- core/modules/update/src/UpdateFetcherInterface.php, line 8
Namespace
Drupal\update
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| UpdateFetcherInterface::buildFetchUrl | public | function | Generates the URL to fetch information about project updates. |
| UpdateFetcherInterface::fetchProjectData | public | function | Retrieves the project information. |
| UpdateFetcherInterface::getFetchBaseUrl | public | function | Returns the base of the URL to fetch available update data for a project. |
Please login to continue.