drush.services.yml in Entity Update 2.0.x
File
drush.services.ymlView source
- services:
- entity_update.command:
- class: Drupal\entity_update\Commands\EntityUpdatesCommands
- arguments: ['@class_resolver', '@entity.definition_update_manager']
- tags:
- - { name: drush.command }