Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UpdateRegistry::$enabledModules | property | core/ |
|
| UpdateRegistry::$includeTests | property | core/ |
Should we respect update functions in tests. |
| UpdateRegistry::$keyValue | property | core/ |
The key value storage. |
| UpdateRegistry::$logFilename | property | core/ |
The filename of the log file. |
| UpdateRegistry::$root | property | core/ |
The app root. |
| UpdateRegistry::$sitePath | property | core/ |
The site path. |
| UpdateRegistry::$updateType | property | core/ |
The used update name. |
| UpdateRegistry::filterOutInvokedUpdatesByModule | function | core/ |
Filters out already executed update functions by module. |
| UpdateRegistry::getAvailableUpdateFunctions | function | core/ |
Gets all available update functions. |
| UpdateRegistry::getModuleUpdateFunctions | function | core/ |
Returns all available updates for a given module. |
| UpdateRegistry::getPendingUpdateFunctions | function | core/ |
Find all update functions that haven't been executed. |
| UpdateRegistry::getPendingUpdateInformation | function | core/ |
Returns a list of all the pending updates. |
| UpdateRegistry::getRemovedPostUpdates | function | core/ |
Gets removed hook_post_update_NAME() implementations for a module. |
| UpdateRegistry::loadUpdateFile | function | core/ |
Loads the {$this->updateType}.php file for a given extension. |
| UpdateRegistry::loadUpdateFiles | function | core/ |
Loads all update files for a given list of extension. |
| UpdateRegistry::registerInvokedUpdates | function | core/ |
Registers that update functions were executed. |
| UpdateRegistry::scanExtensionsAndLoadUpdateFiles | function | core/ |
Scans all module + profile extensions and load the update files. |
| UpdateRegistry::__construct | function | core/ |
Constructs a new UpdateRegistry. |
| UpdateRegistryFactory | class | core/ |
Service factory for the update registry. |
| UpdateRegistryFactory.php | file | core/ |
|
| UpdateRegistryFactory::create | function | core/ |
Creates a new UpdateRegistry instance. |
| UpdateRegistryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Update\UpdateRegistry[[api-linebreak]] @group Update |
| UpdateRegistryTest.php | file | core/ |
|
| UpdateRegistryTest::setUp | function | core/ |
|
| UpdateRegistryTest::setupBasicModules | function | core/ |
Sets up some modules with some update functions. |
| UpdateRegistryTest::testFilterOutInvokedUpdatesByModule | function | core/ |
@covers ::filterOutInvokedUpdatesByModule[[api-linebreak]] |
| UpdateRegistryTest::testGetModuleUpdateFunctions | function | core/ |
@covers ::getModuleUpdateFunctions[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates | function | core/ |
@covers ::getPendingUpdateFunctions[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates | function | core/ |
@covers ::getPendingUpdateFunctions[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled | function | core/ |
@covers ::getPendingUpdateFunctions[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateInformation | function | core/ |
@covers ::getPendingUpdateInformation[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates | function | core/ |
@covers ::getPendingUpdateInformation[[api-linebreak]] |
| UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates | function | core/ |
@covers ::getPendingUpdateInformation[[api-linebreak]] |
| UpdateRegistryTest::testRegisterInvokedUpdatesWithExistingUpdates | function | core/ |
@covers ::registerInvokedUpdates[[api-linebreak]] |
| UpdateRegistryTest::testRegisterInvokedUpdatesWithMultiple | function | core/ |
@covers ::registerInvokedUpdates[[api-linebreak]] |
| UpdateRegistryTest::testRegisterInvokedUpdatesWithoutExistingUpdates | function | core/ |
@covers ::registerInvokedUpdates[[api-linebreak]] |
| UpdateRemovedPostUpdateTest | class | core/ |
Tests hook_removed_post_updates(). |
| UpdateRemovedPostUpdateTest.php | file | core/ |
|
| UpdateRemovedPostUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UpdateRemovedPostUpdateTest::setUp | function | core/ |
|
| UpdateRemovedPostUpdateTest::testRemovedPostUpdate | function | core/ |
Tests hook_post_update_NAME(). |
| UpdateReportTest | class | core/ |
Tests update report functionality. |
| UpdateReportTest.php | file | core/ |
|
| UpdateReportTest::$modules | property | core/ |
Modules to enable. |
| UpdateReportTest::providerTemplatePreprocessUpdateReport | function | core/ |
Provides data for testTemplatePreprocessUpdateReport(). |
| UpdateReportTest::testTemplatePreprocessUpdateReport | function | core/ |
@dataProvider providerTemplatePreprocessUpdateReport |
| UpdaterFileTransferException | class | core/ |
Defines a child class of Drupal\Core\Updater\UpdaterException that indicates a Drupal\Core\FileTransfer\FileTransfer exception. |
| UpdaterFileTransferException.php | file | core/ |
|
| UpdaterInterface::getInstallDirectory | function | core/ |
Returns the path to the default install location for the current project. |
| UpdaterInterface::isInstalled | function | core/ |
Checks if the project is installed. |
Pagination
- Previous page
- Page 1302
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.