You are here

wbm2cm.services.yml in Workbench Moderation to Content Moderation 8.2

Same filename and directory in other branches
  1. 8 wbm2cm.services.yml

File

wbm2cm.services.yml
View source
  1. services:
  2. wbm2cm.workflow_collector:
  3. class: '\Drupal\wbm2cm\WorkflowCollector'
  4. arguments:
  5. - '@entity_type.manager'
  6. - '@string_translation'
  7. wbm2cm.migration_controller:
  8. class: '\Drupal\wbm2cm\MigrationController'
  9. arguments:
  10. - '@plugin.manager.migration'
  11. - '@event_dispatcher'
  12. - '@entity_type.manager'
  13. - '@entity_type.bundle.info'
  14. - '@entity_field.manager'
  15. - '@string_translation'