You are here

service hacked.commands in Hacked! 8.2

Class

\Drupal\hacked\Commands\HackedCommands

Tags

  • drush.command

File

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

View source
  1. class: \Drupal\hacked\Commands\HackedCommands
  2. arguments:
  3. - '@config.factory'
  4. - '@module_handler'
  5. - '@cache.hacked'
  6. - '@string_translation'
  7. tags:
  8. - { name: drush.command }