You are here

service duration_field.commands in Duration Field 8.2

Same name and namespace in other branches
  1. 3.0.x drush.services.yml \duration_field.commands

Class

\Drupal\duration_field\Drush\DurationFieldCommand

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

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