You are here

service scheduled_updates.command in Scheduled Updates 8

Class

Drupal\scheduled_updates\Commands\RunUpdatesCommand

Tags

  • drush.command

File

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

View source
  1. class: Drupal\scheduled_updates\Commands\RunUpdatesCommand
  2. arguments:
  3. - '@scheduled_updates.update_runner'
  4. tags:
  5. - { name: drush.command }