You are here

service update.post_update_registry in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \update.post_update_registry
  2. 10 core/core.services.yml \update.post_update_registry

Class

Drupal\Core\Update\UpdateRegistry
7 string references to update.post_update_registry
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.
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Installs a given list of modules.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Update\UpdateRegistry
  2. factory:
  3. - '@update.post_update_registry_factory'
  4. - create