path_update_last_removed |
function |
core/modules/path/path.install |
Implements hook_update_last_removed(). |
PendingUpdatesValidator |
class |
core/modules/package_manager/src/Validator/PendingUpdatesValidator.php |
Validates that there are no pending database updates. |
PendingUpdatesValidator.php |
file |
core/modules/package_manager/src/Validator/PendingUpdatesValidator.php |
|
PendingUpdatesValidator::getSubscribedEvents |
function |
core/modules/package_manager/src/Validator/PendingUpdatesValidator.php |
|
PendingUpdatesValidator::updatesExist |
function |
core/modules/package_manager/src/Validator/PendingUpdatesValidator.php |
Checks if there are any pending update or post-update hooks. |
PendingUpdatesValidator::validate |
function |
core/modules/package_manager/src/Validator/PendingUpdatesValidator.php |
Validates that there are no pending database updates. |
PendingUpdatesValidator::__construct |
function |
core/modules/package_manager/src/Validator/PendingUpdatesValidator.php |
|
PendingUpdatesValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests Pending Updates Validator. |
PendingUpdatesValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
|
PendingUpdatesValidatorTest::$modules |
property |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Modules to install. |
PendingUpdatesValidatorTest::testNoPendingUpdates |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that no error is raised if there are no pending updates. |
PendingUpdatesValidatorTest::testPendingPostUpdate |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that an error is raised if there are pending post-updates. |
PendingUpdatesValidatorTest::testPendingUpdateAfterStaged |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that pending updates stop an operation from being applied. |
PendingUpdatesValidatorTest::testPendingUpdateHook |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that an error is raised if there are pending schema updates. |
pgsql_update_last_removed |
function |
core/modules/pgsql/pgsql.install |
Implements hook_update_last_removed(). |
PhpPasswordTest::testPasswordNeedsUpdate |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests a password needs update. |
post_update.php |
file |
core/modules/package_manager/tests/fixtures/post_update.php |
Contains a fake database post-update function for testing. |
post_update_playsinline-3046152-node-article.yml |
file |
core/modules/file/tests/fixtures/update/post_update_playsinline-3046152-node-article.yml |
core/modules/file/tests/fixtures/update/post_update_playsinline-3046152-node-article.yml |
post_update_test_failing.info.yml |
file |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml |
post_update_test_failing.post_update.php |
file |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php |
|
post_update_test_failing_post_update_exception |
function |
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php |
Post update that throws an exception. |
ProjectCoreCompatibility::$possibleCoreUpdateVersions |
property |
core/modules/update/src/ProjectCoreCompatibility.php |
Cache of core versions that are available for updates. |
ProjectCoreCompatibility::getPossibleCoreUpdateVersions |
function |
core/modules/update/src/ProjectCoreCompatibility.php |
Gets the core versions that should be considered for compatibility ranges. |
PromoteNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/PromoteNode.php |
Gets an array of values to be set. |
QueryFactory::updateConfigKeyStore |
function |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Updates or adds lookup data. |
RemovedPostUpdateNameException |
class |
core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php |
An exception thrown for removed post-update functions. |
RemovedPostUpdateNameException.php |
file |
core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php |
|
RemovePathKeyTest::testRunUpdates |
function |
core/modules/system/tests/src/Functional/Update/RemovePathKeyTest.php |
Tests the upgrade path for removing system.file.path key. |
RenderContext::update |
function |
core/lib/Drupal/Core/Render/RenderContext.php |
Updates the current frame of the stack. |
RequirementsPageTrait::updateRequirementsProblem |
function |
core/tests/Drupal/Tests/RequirementsPageTrait.php |
Handles the update requirements page. |
responsive_image.post_update.php |
file |
core/modules/responsive_image/responsive_image.post_update.php |
Post update functions for Responsive Image. |
responsive_image_removed_post_updates |
function |
core/modules/responsive_image/responsive_image.post_update.php |
Implements hook_removed_post_updates(). |
rest.post_update.php |
file |
core/modules/rest/rest.post_update.php |
Post update functions for Rest. |
rest_removed_post_updates |
function |
core/modules/rest/rest.post_update.php |
Implements hook_removed_post_updates(). |
rest_update_last_removed |
function |
core/modules/rest/rest.install |
Implements hook_update_last_removed(). |
RevisionableInterface::updateLoadedRevisionId |
function |
core/lib/Drupal/Core/Entity/RevisionableInterface.php |
Updates the loaded Revision ID with the revision ID. |
RouteAliasUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php |
Tests the upgrade path for the router table update. |
RouteAliasUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php |
|
RouteAliasUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php |
Set database dump files to be used. |
RouteAliasUpdateTest::testRunUpdates |
function |
core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php |
Tests the upgrade path for adding aliases to the router table. |
Row::needsUpdate |
function |
core/modules/migrate/src/Row.php |
Returns if this row needs an update. |
SandboxDatabaseUpdatesValidator |
class |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Flags a warning if there are database updates in a staged update. |
SandboxDatabaseUpdatesValidator.php |
file |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|
SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Checks that the staged update does not have changes to its install files. |
SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Gets extensions that have database updates in the stage directory. |
SandboxDatabaseUpdatesValidator::getSubscribedEvents |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|
SandboxDatabaseUpdatesValidator::getUpdateFunctions |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Returns a list of all update functions for a module. |
SandboxDatabaseUpdatesValidator::hasStagedUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Determines if a staged extension has changed update functions. |
SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Determines if a set of tokens contain a function name matching a pattern. |
SandboxDatabaseUpdatesValidator::__construct |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|