update.post_update_registry
Same name in other branches
- 9 core/core.services.yml \update.post_update_registry
- 8.9.x core/core.services.yml \update.post_update_registry
Class
Drupal\Core\Update\UpdateRegistry5 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
- class: Drupal\Core\Update\UpdateRegistry
- arguments:
- - '%app.root%'
- - '%site.path%'
- - '%container.modules%'
- - '@update.key_value.post_update'
- - '@theme_handler'
- - post_update
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.