update.post_update_registry

Same name in other branches
  1. 8.9.x core/core.services.yml \update.post_update_registry
  2. 10 core/core.services.yml \update.post_update_registry

Class

Drupal\Core\Update\UpdateRegistry

Tags

  • event_subscriber
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.
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().

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Update\UpdateRegistry
  2. factory:
  3. - '@update.post_update_registry_factory'
  4. - create
  5. tags:
  6. - { name: event_subscriber }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.