Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

views_ui.services.yml

core/modules/views_ui/views_ui.services.yml

File

core/modules/views_ui/views_ui.services.yml

View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. paramconverter.views_ui:
  5. class: Drupal\views_ui\ParamConverter\ViewUIConverter
  6. arguments: ['@entity_type.manager', '@tempstore.shared', '@config.factory', '@router.admin_context', '@entity.repository']
  7. tags:
  8. - { name: paramconverter, priority: 10 }
  9. lazy: true

Services

Title Deprecated Summary
paramconverter.views_ui Drupal\views_ui\ParamConverter\ViewUIConverter
_defaults

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal