views_ui.services.yml in Drupal 10
Same filename and directory in other branches
core/modules/views_ui/views_ui.services.yml
File
core/modules/views_ui/views_ui.services.ymlView source
- services:
- paramconverter.views_ui:
- class: Drupal\views_ui\ParamConverter\ViewUIConverter
- arguments: ['@entity_type.manager', '@tempstore.shared', '@config.factory', '@router.admin_context', '@entity.repository']
- tags:
- - { name: paramconverter, priority: 10 }
- lazy: true