drush.services.yml in Devel Entity Updates 3.x
Same filename and directory in other branches
File
drush.services.ymlView source
- services:
- devel_entity_updates.command:
- class: Drupal\devel_entity_updates\Commands\DevelEntityUpdatesCommands
- arguments: ['@class_resolver', '@entity.definition_update_manager']
- tags:
- - { name: drush.command }