You are here

drush.services.yml in Simple XML sitemap 4.x

Same filename and directory in other branches
  1. 8.3 drush.services.yml
  2. 8.2 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 }