update.update_hook_registry

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

Class

Drupal\Core\Update\UpdateHookRegistry
12 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.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.
ModuleInstaller::updateKernel in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Updates the kernel module list.

... 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.