You are here

drush.services.yml in Simple XML sitemap 8.2

Same filename and directory in other branches
  1. 8.3 drush.services.yml
  2. 4.x drush.services.yml

File

drush.services.yml
View source
  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 }