You are here

service paramconverter.views_ui in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views_ui/views_ui.services.yml \paramconverter.views_ui

Class

Drupal\views_ui\ParamConverter\ViewUIConverter

Tags

  • paramconverter

File

core/modules/views_ui/views_ui.services.yml
core/modules/views_ui/views_ui.services.yml

View source
  1. class: Drupal\views_ui\ParamConverter\ViewUIConverter
  2. arguments:
  3. - '@entity.manager'
  4. - '@user.shared_tempstore'
  5. tags:
  6. - { name: paramconverter, priority: 10 }
  7. lazy: true