Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UpdateFetcher::buildFetchUrl | function | core/ |
|
| UpdateFetcher::doRequest | function | core/ |
Applies a GET request. |
| UpdateFetcher::fetchProjectData | function | core/ |
|
| UpdateFetcher::getFetchBaseUrl | function | core/ |
|
| UpdateFetcher::UPDATE_DEFAULT_URL | constant | core/ |
URL to check for updates, if a given project doesn't define its own. |
| UpdateFetcher::__construct | function | core/ |
|
| UpdateFetcherInterface | interface | core/ |
Fetches project information from remote locations. |
| UpdateFetcherInterface.php | file | core/ |
|
| UpdateFetcherInterface::buildFetchUrl | function | core/ |
Generates the URL to fetch information about project updates. |
| UpdateFetcherInterface::fetchProjectData | function | core/ |
Retrieves the project information. |
| UpdateFetcherInterface::FETCH_PENDING | constant | core/ |
We need to (re)fetch available update data for this project. |
| UpdateFetcherInterface::getFetchBaseUrl | function | core/ |
Returns the base of the URL to fetch available update data for a project. |
| UpdateFetcherInterface::NOT_CHECKED | constant | core/ |
Project's status cannot be checked. |
| UpdateFetcherInterface::NOT_FETCHED | constant | core/ |
There was a failure fetching available update data for this project. |
| UpdateFetcherInterface::UNKNOWN | constant | core/ |
No available update data was found for project. |
| UpdateFetcherTest | class | core/ |
Tests update functionality unrelated to the database. |
| UpdateFetcherTest.php | file | core/ |
|
| UpdateFetcherTest::$history | property | core/ |
History of requests/responses. |
| UpdateFetcherTest::$logger | property | core/ |
The logger. |
| UpdateFetcherTest::$mockConfigFactory | property | core/ |
Mock config factory. |
| UpdateFetcherTest::$mockHttpClient | property | core/ |
Mock HTTP client. |
| UpdateFetcherTest::$testProject | property | core/ |
A test project to fetch with. |
| UpdateFetcherTest::$updateFetcher | property | core/ |
The update fetcher to use. |
| UpdateFetcherTest::mockClient | function | core/ |
Mocks the HTTP client. |
| UpdateFetcherTest::providerTestUpdateBuildFetchUrl | function | core/ |
Provide test data for self::testUpdateBuildFetchUrl(). |
| UpdateFetcherTest::setUp | function | core/ |
|
| UpdateFetcherTest::testUpdateBuildFetchUrl | function | core/ |
Tests that buildFetchUrl() builds the URL correctly. |
| UpdateFetcherTest::testUpdateFetcherNoFallback | function | core/ |
Tests update fetcher no fallback. |
| UpdateHookRegistry | class | core/ |
Provides module updates versions handling. |
| UpdateHookRegistry.php | file | core/ |
|
| UpdateHookRegistry::$allAvailableSchemaVersions | property | core/ |
A static cache of schema currentVersions per module. |
| UpdateHookRegistry::$enabledModules | property | core/ |
A list of enabled modules. |
| UpdateHookRegistry::$equivalentUpdates | property | core/ |
The core.equivalent_updates key value storage. |
| UpdateHookRegistry::$keyValue | property | core/ |
The system.schema key value storage. |
| UpdateHookRegistry::deleteEquivalentUpdate | function | core/ |
Removes an equivalent update. |
| UpdateHookRegistry::deleteInstalledVersion | function | core/ |
Deletes the installed version information for the module. |
| UpdateHookRegistry::determineModuleAndVersion | function | core/ |
Determines the module and update number from the stack trace. |
| UpdateHookRegistry::FUNC_NAME_REGEXP | constant | core/ |
Regular expression to match all possible defined hook_update_N(). |
| UpdateHookRegistry::getAllEquivalentUpdates | function | core/ |
Returns the equivalent update information for all modules. |
| UpdateHookRegistry::getAllInstalledVersions | function | core/ |
Returns the currently installed schema version for all modules. |
| UpdateHookRegistry::getAvailableUpdates | function | core/ |
Returns an array of available schema versions for a module. |
| UpdateHookRegistry::getEquivalentUpdate | function | core/ |
Gets the EquivalentUpdate object for an update. |
| UpdateHookRegistry::getInstalledVersion | function | core/ |
Returns the currently installed schema version for a module. |
| UpdateHookRegistry::markFutureUpdateEquivalent | function | core/ |
Marks a future update as equivalent to the current update running. |
| UpdateHookRegistry::SCHEMA_UNINSTALLED | constant | core/ |
Indicates that a module has not been installed yet. |
| UpdateHookRegistry::setInstalledVersion | function | core/ |
Updates the installed version information for a module. |
| UpdateHookRegistry::__construct | function | core/ |
Constructs a new UpdateHookRegistry. |
| UpdateHookRegistryTest | class | core/ |
Tests Drupal\Core\Update\UpdateHookRegistry. |
| UpdateHookRegistryTest.php | file | core/ |
|
| UpdateHookRegistryTest::$equivalentUpdatesStore | property | core/ |
The equivalent updates store. |
Pagination
- Previous page
- Page 1707
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.