You are here

service xmlsitemap.commands in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 drush.services.yml \xmlsitemap.commands

Class

\Drupal\xmlsitemap\Commands\XmlSitemapCommands

Tags

  • drush.command

File

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

View source
  1. class: \Drupal\xmlsitemap\Commands\XmlSitemapCommands
  2. arguments:
  3. - '@config.factory'
  4. - '@module_handler'
  5. - '@database'
  6. tags:
  7. - { name: drush.command }