You are here

drush.services.yml in Entity Update 2.0.x

File

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