You are here

service entity_update.command in Entity Update 2.0.x

Class

Drupal\entity_update\Commands\EntityUpdatesCommands

Tags

  • drush.command

File

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

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