update.post_update_registry

Same name 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. arguments:
  3. - '%app.root%'
  4. - '%site.path%'
  5. - '%container.modules%'
  6. - '@update.key_value.post_update'
  7. - '@theme_handler'
  8. - post_update

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