Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \paramconverter.configentity_admin
  2. 9 core/core.services.yml \paramconverter.configentity_admin

Class

Drupal\Core\ParamConverter\AdminPathConfigEntityConverter

Tags

  • paramconverter

File

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

View source
  1. class: Drupal\Core\ParamConverter\AdminPathConfigEntityConverter
  2. tags:
  3. - { name: paramconverter, priority: 5 }
  4. arguments:
  5. - '@entity_type.manager'
  6. - '@config.factory'
  7. - '@router.admin_context'
  8. - '@entity.repository'
  9. lazy: true