You are here

service layout_builder.param_converter in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/layout_builder.services.yml \layout_builder.param_converter
  2. 9 core/modules/layout_builder/layout_builder.services.yml \layout_builder.param_converter

Class

Drupal\layout_builder\Routing\LayoutSectionStorageParamConverter

Tags

  • paramconverter

File

core/modules/layout_builder/layout_builder.services.yml
core/modules/layout_builder/layout_builder.services.yml

View source
  1. class: Drupal\layout_builder\Routing\LayoutSectionStorageParamConverter
  2. arguments:
  3. - '@plugin.manager.layout_builder.section_storage'
  4. tags:
  5. - { name: paramconverter, priority: 10 }