drush.services.yml 195 B

1234567
  1. services:
  2. simple_sitemap.commands:
  3. class: \Drupal\simple_sitemap\Commands\SimplesitemapCommands
  4. arguments:
  5. - '@simple_sitemap.generator'
  6. tags:
  7. - { name: drush.command }