You are here

drush.services.yml in Duration Field 8.2

Same filename and directory in other branches
  1. 3.0.x drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. duration_field.commands:
  3. class: '\Drupal\duration_field\Drush\DurationFieldCommand'
  4. tags:
  5. - { name: drush.command }
  6. arguments:
  7. - '@entity_type.manager'
  8. - '@entity_type.bundle.info'
  9. - '@entity_field.manager'