You are here

service theme.negotiator.system.db_update in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/system.services.yml \theme.negotiator.system.db_update
  2. 9 core/modules/system/system.services.yml \theme.negotiator.system.db_update

Class

Drupal\system\Theme\DbUpdateNegotiator

Tags

  • theme_negotiator

File

core/modules/system/system.services.yml
core/modules/system/system.services.yml

View source
  1. class: Drupal\system\Theme\DbUpdateNegotiator
  2. arguments:
  3. - '@config.factory'
  4. - '@theme_handler'
  5. tags:
  6. - { name: theme_negotiator, priority: 100 }