You are here

service update.update_hook_registry in Drupal 10

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

Class

Drupal\Core\Update\UpdateHookRegistry
36 string references to update.update_hook_registry
DbUpdateController::triggerBatch in core/modules/system/src/Controller/DbUpdateController.php
Starts the database update batch process.
drupal_load_updates in core/includes/install.inc
Loads .install files for installed modules to initialize the update system.
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/tests/src/Functional/Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
Module::getSchemaUpdates in core/lib/Drupal/Core/Updater/Module.php
Returns available database schema updates once a new version is installed.
ModuleHandlerTest::testDependencyResolution in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests dependency resolution.

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