Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| UpdateHookRegistryTest::$keyValueFactory | property | core/ |
The key/value factory. |
| UpdateHookRegistryTest::$keyValueStore | property | core/ |
The key/value store. |
| UpdateHookRegistryTest::setUp | function | core/ |
|
| UpdateHookRegistryTest::testGetInstalledVersion | function | core/ |
Tests get installed version. |
| UpdateHookRegistryTest::testGetVersions | function | core/ |
Tests get versions. |
| UpdateHooks | class | core/ |
Hook implementations for update. |
| UpdateHooks.php | file | core/ |
|
| UpdateHooks::help | function | core/ |
Implements hook_help(). |
| UpdateHooks::mail | function | core/ |
Implements hook_mail(). |
| UpdateHooks::modulesInstalled | function | core/ |
Implements hook_modules_installed(). |
| UpdateHooks::modulesUninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
| UpdateHooks::pageTop | function | core/ |
Implements hook_page_top(). |
| UpdateHooks::themesInstalled | function | core/ |
Implements hook_themes_installed(). |
| UpdateHooks::themesUninstalled | function | core/ |
Implements hook_themes_uninstalled(). |
| UpdateKernel::bootSession | function | core/ |
Boots up the session. |
| UpdateKernel::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
| UpdateKernel::handleAccess | function | core/ |
Checks if the current user has rights to access updates page. |
| UpdateKernel::setupRequestMatch | function | core/ |
Set up the request with fake routing data for update.php. |
| UpdateKernel::shutdownSession | function | core/ |
Ensures that the session is saved. |
| UpdateLobTest | class | core/ |
Tests the Update query builder with LOB fields. |
| UpdateLobTest.php | file | core/ |
|
| UpdateLobTest::testUpdateMultipleBlob | function | core/ |
Confirms that we can update two blob columns in the same table. |
| UpdateLobTest::testUpdateNullBlob | function | core/ |
Tests that we can update a blob column to null. |
| UpdateLobTest::testUpdateOneBlob | function | core/ |
Confirms that we can update a blob column. |
Pagination
- Previous page
- Page 1487
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.