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

Class

Drupal\Core\Update\UpdateRegistry
5 string references to update.post_update_registry
StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
Tests that the status page returns.
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().

File

core/core.services.yml
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