You are here

service linkchecker.command in Link checker 8

Class

Drupal\linkchecker\Commands\LinkCheckerCommands

Tags

  • drush.command

File

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

View source
  1. class: Drupal\linkchecker\Commands\LinkCheckerCommands
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.channel.linkchecker'
  5. - '@linkchecker.extractor_batch'
  6. - '@linkchecker.checker_batch'
  7. - '@linkchecker.clean_up'
  8. tags:
  9. - { name: drush.command }