You are here

9 string references to update.post_update_registry in Drupal 10

DbUpdateController::create in core/modules/system/src/Controller/DbUpdateController.php
Instantiates a new instance of this class.
InstallUninstallTest::assertInstallModuleUpdates in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Asserts the module post update functions after install.
InstallUninstallTest::assertUninstallModuleUpdates in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Asserts the module post update functions after uninstall.
StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
Tests that the status page returns.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
ThemeTest::testThemeUpdateManagement in core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
Tests the update registry is correct during theme install and uninstall.
ThemeTest::testThemeUpdateManagementRemovedPostUpdates in core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
Tests the update registry is correct during theme install and uninstall.
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
update_invoke_post_update in core/includes/update.inc
Executes a single hook_post_update_NAME().