update.post_update_registry

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

Class

Drupal\Core\Update\UpdateRegistry
5 string references to update.post_update_registry
DbUpdateController::create in core/modules/system/src/Controller/DbUpdateController.php
Instantiates a new instance of the implementing class using autowiring.
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.

File

core/core.services.yml

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

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