You are here

drush.services.yml in Devel Entity Updates 8

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

File

drush.services.yml
View source
  1. services:
  2. devel_entity_updates.command:
  3. class: Drupal\devel_entity_updates\Commands\DevelEntityUpdatesCommands
  4. arguments: ['@class_resolver', '@entity.definition_update_manager']
  5. tags:
  6. - { name: drush.command }