You are here

service devel_entity_updates.command in Devel Entity Updates 3.0.x

Same name and namespace in other branches
  1. 8.2 drush.services.yml \devel_entity_updates.command
  2. 8 drush.services.yml \devel_entity_updates.command
  3. 3.x drush.services.yml \devel_entity_updates.command

Class

Drupal\devel_entity_updates\Commands\DevelEntityUpdatesCommands

Tags

  • drush.command

File

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

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