| UpdateHookRegistry::deleteInstalledVersion |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Deletes the installed version information for the module. |
| UpdateHookRegistry::determineModuleAndVersion |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Determines the module and update number from the stack trace. |
| UpdateHookRegistry::FUNC_NAME_REGEXP |
constant |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Regular expression to match all possible defined hook_update_N(). |
| UpdateHookRegistry::getAllEquivalentUpdates |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Returns the equivalent update information for all modules. |
| UpdateHookRegistry::getAllInstalledVersions |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Returns the currently installed schema version for all modules. |
| UpdateHookRegistry::getAvailableUpdates |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Returns an array of available schema versions for a module. |
| UpdateHookRegistry::getEquivalentUpdate |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Gets the EquivalentUpdate object for an update. |
| UpdateHookRegistry::getInstalledVersion |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Returns the currently installed schema version for a module. |
| UpdateHookRegistry::markFutureUpdateEquivalent |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Marks a future update as equivalent to the current update running. |
| UpdateHookRegistry::SCHEMA_UNINSTALLED |
constant |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Indicates that a module has not been installed yet. |
| UpdateHookRegistry::setInstalledVersion |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Updates the installed version information for a module. |
| UpdateHookRegistry::__construct |
function |
core/lib/Drupal/Core/Update/UpdateHookRegistry.php |
Constructs a new UpdateHookRegistry. |
| UpdateHookRegistryTest |
class |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Tests Drupal\Core\Update\UpdateHookRegistry. |
| UpdateHookRegistryTest.php |
file |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::$equivalentUpdatesStore |
property |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::$keyValueFactory |
property |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::$keyValueStore |
property |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
|
| UpdateHookRegistryTest::testGetInstalledVersion |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Tests get installed version. |
| UpdateHookRegistryTest::testGetVersions |
function |
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php |
Tests get versions. |
| UpdateHooks |
class |
core/modules/update/src/Hook/UpdateHooks.php |
Hook implementations for update. |
| UpdateHooks.php |
file |
core/modules/update/src/Hook/UpdateHooks.php |
|
| UpdateHooks::cron |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_cron(). |
| UpdateHooks::help |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_help(). |
| UpdateHooks::mail |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_mail(). |
| UpdateHooks::modulesInstalled |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_modules_installed(). |
| UpdateHooks::modulesUninstalled |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_modules_uninstalled(). |
| UpdateHooks::pageTop |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_page_top(). |
| UpdateHooks::themesInstalled |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_themes_installed(). |
| UpdateHooks::themesUninstalled |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_themes_uninstalled(). |
| UpdateHooks::verifyUpdateArchive |
function |
core/modules/update/src/Hook/UpdateHooks.php |
Implements hook_verify_update_archive(). |
| UpdateKernel |
class |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Defines a kernel which is used primarily to run the update of Drupal. |
| UpdateKernel.php |
file |
core/lib/Drupal/Core/Update/UpdateKernel.php |
|
| UpdateKernel::bootSession |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Boots up the session. |
| UpdateKernel::cacheDrupalContainer |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Stores the container definition in a cache. |
| UpdateKernel::discoverServiceProviders |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Discovers available serviceProviders. |
| UpdateKernel::handle |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
|
| UpdateKernel::handleAccess |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Checks if the current user has rights to access updates page. |
| UpdateKernel::handleRaw |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Generates the actual result of update.php. |
| UpdateKernel::initializeContainer |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Initializes the service container. |
| UpdateKernel::setupRequestMatch |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Set up the request with fake routing data for update.php. |
| UpdateKernel::shutdownSession |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Ensures that the session is saved. |
| UpdateLobTest |
class |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
Tests the Update query builder with LOB fields. |
| UpdateLobTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
|
| UpdateLobTest::testUpdateMultipleBlob |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
Confirms that we can update two blob columns in the same table. |
| UpdateLobTest::testUpdateNullBlob |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
Tests that we can update a blob column to null. |
| UpdateLobTest::testUpdateOneBlob |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
Confirms that we can update a blob column. |
| UpdateLocalTasksTest |
class |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Tests existence of update local tasks. |
| UpdateLocalTasksTest.php |
file |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
|
| UpdateLocalTasksTest::getUpdateReportRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of report routes to test. |