You are here

service update.update_hook_registry in Drupal 9

Class

Drupal\Core\Update\UpdateHookRegistry
25 string references to update.update_hook_registry
drupal_get_installed_schema_version in core/includes/schema.inc
Returns the currently installed schema version for a module.
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/tests/src/Functional/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.
ModuleHandlerTest::testUninstallProfileDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module installed by a profile.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Update\UpdateHookRegistry
  2. factory:
  3. - '@update.update_hook_registry_factory'
  4. - create