Same filename and directory in other branches
  1. 2.x entity_clone.services.yml 1 comment
entity_clone.services.yml

File

./entity_clone.services.yml

View source
  1. services:
  2. entity_clone.settings.manager:
  3. class: Drupal\entity_clone\EntityCloneSettingsManager
  4. arguments: ['@entity_type.manager', '@entity_type.bundle.info', '@config.factory']
  5. entity_clone.route_subscriber:
  6. class: Drupal\entity_clone\Routing\RouteSubscriber
  7. arguments: ['@entity_type.manager']
  8. tags:
  9. - { name: event_subscriber }
  10. entity_clone.service_provider:
  11. class: Drupal\entity_clone\Services\EntityCloneServiceProvider
  12. arguments: [ ]

Services

Title Deprecated Summary
entity_clone.route_subscriber Drupal\entity_clone\Routing\RouteSubscriber
entity_clone.service_provider Drupal\entity_clone\Services\EntityCloneServiceProvider
entity_clone.settings.manager Drupal\entity_clone\EntityCloneSettingsManager