Search for update
- Search 7.x for update
- Search 8.9.x for update
- Search 10.3.x for update
- Search 11.x for update
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Update | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update. |
Update | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
General class for an abstracted UPDATE operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UpdateReady::$moduleHandler | property | core/ |
The module handler. |
UpdateReady::$root | property | core/ |
The root location under which updated projects will be saved. |
UpdateReady::$sitePath | property | core/ |
The Site path. |
UpdateReady::$state | property | core/ |
The state key value store. |
UpdateReady::buildForm | function | core/ |
Form constructor. |
UpdateReady::create | function | core/ |
Instantiates a new instance of this class. |
UpdateReady::getFormId | function | core/ |
Returns a unique string identifying the form. |
UpdateReady::submitForm | function | core/ |
Form submission handler. |
UpdateReady::__construct | function | core/ |
Constructs a new UpdateReady object. |
UpdateRegistry | class | core/ |
Provides all and missing update implementations. |
UpdateRegistry.php | file | core/ |
|
UpdateRegistry::$enabledExtensions | 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::filterOutInvokedUpdatesByExtension | function | core/ |
Filters out already executed update functions by extension. |
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 an extension. |
UpdateRegistry::getSubscribedEvents | function | core/ |
|
UpdateRegistry::getUpdateFunctions | function | core/ |
Returns all available updates for a given extension. |
UpdateRegistry::includeThemes | function | core/ |
|
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::onConfigSave | function | core/ |
Processes the list of installed extensions when core.extension changes. |
UpdateRegistry::registerInvokedUpdates | function | core/ |
Registers that update functions were executed. |
UpdateRegistry::scanExtensionsAndLoadUpdateFiles | function | core/ |
Scans all module, theme, and 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 @group Update |
UpdateRegistryTest.php | file | core/ |
|
UpdateRegistryTest::setUp | function | core/ |
|
UpdateRegistryTest::setupBasicExtensions | function | core/ |
Sets up some extensions with some update functions. |
UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension | function | core/ |
@covers ::filterOutInvokedUpdatesByExtension |
UpdateRegistryTest::testFilterOutInvokedUpdatesByModule | function | core/ |
@covers ::filterOutInvokedUpdatesByModule @group legacy |
UpdateRegistryTest::testGetModuleUpdateFunctions | function | core/ |
@covers ::getModuleUpdateFunctions @group legacy |
UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates | function | core/ |
@covers ::getPendingUpdateFunctions |
UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates | function | core/ |
@covers ::getPendingUpdateFunctions |
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled | function | core/ |
@covers ::getPendingUpdateFunctions |
UpdateRegistryTest::testGetPendingUpdateInformation | function | core/ |
@covers ::getPendingUpdateInformation |
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates | function | core/ |
@covers ::getPendingUpdateInformation |
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates | function | core/ |
@covers ::getPendingUpdateInformation |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.