Search for update
- Search 7.x for update
- Search 9.5.x for update
- Search 8.9.x for update
- Search 10.3.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/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update. |
Update | class | core/ |
General class for an abstracted UPDATE operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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. |
UpdateHookRegistryFactory | class | core/ |
Service factory for the versioning update registry. |
UpdateHookRegistryFactory.php | file | core/ |
|
UpdateHookRegistryFactory::create | function | core/ |
Creates a new UpdateHookRegistry instance. |
UpdateHookRegistryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Update\UpdateHookRegistry @group Update |
UpdateHookRegistryTest.php | file | core/ |
|
UpdateHookRegistryTest::$equivalentUpdatesStore | property | core/ |
|
UpdateHookRegistryTest::$keyValueFactory | property | core/ |
|
UpdateHookRegistryTest::$keyValueStore | property | core/ |
|
UpdateHookRegistryTest::setUp | function | core/ |
|
UpdateHookRegistryTest::testGetInstalledVersion | function | core/ |
@covers ::getInstalledVersion @covers ::getAllInstalledVersions @covers ::setInstalledVersion @covers ::deleteInstalledVersion |
UpdateHookRegistryTest::testGetVersions | function | core/ |
@covers ::getAvailableUpdates |
UpdateHooks | class | core/ |
Hook implementations for update. |
UpdateHooks.php | file | core/ |
|
UpdateHooks::cron | function | core/ |
Implements hook_cron(). |
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::theme | function | core/ |
Implements hook_theme(). |
UpdateHooks::themesInstalled | function | core/ |
Implements hook_themes_installed(). |
UpdateHooks::themesUninstalled | function | core/ |
Implements hook_themes_uninstalled(). |
UpdateHooks::verifyUpdateArchive | function | core/ |
Implements hook_verify_update_archive(). |
UpdateKernel | class | core/ |
Defines a kernel which is used primarily to run the update of Drupal. |
UpdateKernel.php | file | core/ |
|
UpdateKernel::bootSession | function | core/ |
Boots up the session. |
UpdateKernel::cacheDrupalContainer | function | core/ |
Stores the container definition in a cache. |
UpdateKernel::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
UpdateKernel::handle | function | core/ |
|
UpdateKernel::handleAccess | function | core/ |
Checks if the current user has rights to access updates page. |
UpdateKernel::handleRaw | function | core/ |
Generates the actual result of update.php. |
UpdateKernel::initializeContainer | function | core/ |
Initializes the service container. |
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/ |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.