You are here

imce.services.yml in IMCE 8

Same filename and directory in other branches
  1. 8.2 imce.services.yml

File

imce.services.yml
View source
  1. services:
  2. plugin.manager.imce.plugin:
  3. class: Drupal\imce\ImcePluginManager
  4. parent: default_plugin_manager
  5. imce.route_subscriber:
  6. class: Drupal\imce\Routing\ImceRouteSubscriber
  7. arguments: ['@config.factory']
  8. tags:
  9. - { name: event_subscriber }