update.update_hook_registry

Same name in other branches
  1. 9 core/core.services.yml \update.update_hook_registry

Class

Drupal\Core\Update\UpdateHookRegistry
24 string references to update.update_hook_registry
EquivalentUpdateTest::testModuleUninstall in core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php
Tests that module uninstall removes skipped update information.
EquivalentUpdateTest::testUpdateHooks in core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php
Tests that update hooks are properly run.
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/tests/src/Kernel/Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
ModuleHandlerTest::testDependencyResolution in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests dependency resolution.
ModuleHandlerTest::testUninstallContentDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that has content.

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Update\UpdateHookRegistry
  2. arguments:
  3. - '%container.modules%'
  4. - '@keyvalue'

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