You are here

service simple_sitemap.generator in Simple XML sitemap 8.3

Same name and namespace in other branches
  1. 8.2 simple_sitemap.services.yml \simple_sitemap.generator
  2. 4.x simple_sitemap.services.yml \simple_sitemap.generator

Class

Drupal\simple_sitemap\Simplesitemap
22 string references to simple_sitemap.generator
ArbitraryUrlGenerator::create in src/Plugin/simple_sitemap/UrlGenerator/ArbitraryUrlGenerator.php
Creates an instance of the plugin.
CustomUrlGenerator::create in src/Plugin/simple_sitemap/UrlGenerator/CustomUrlGenerator.php
Creates an instance of the plugin.
EntityMenuLinkContentUrlGenerator::create in src/Plugin/simple_sitemap/UrlGenerator/EntityMenuLinkContentUrlGenerator.php
Creates an instance of the plugin.
EntityUrlGenerator::create in src/Plugin/simple_sitemap/UrlGenerator/EntityUrlGenerator.php
Creates an instance of the plugin.
EntityUrlGeneratorBase::create in src/Plugin/simple_sitemap/UrlGenerator/EntityUrlGeneratorBase.php
Creates an instance of the plugin.

... See full list

File

./simple_sitemap.services.yml
simple_sitemap.services.yml

View source
  1. class: Drupal\simple_sitemap\Simplesitemap
  2. public: true
  3. arguments:
  4. - '@simple_sitemap.entity_helper'
  5. - '@simple_sitemap.settings'
  6. - '@simple_sitemap.manager'
  7. - '@config.factory'
  8. - '@database'
  9. - '@entity_type.manager'
  10. - '@path.validator'
  11. - '@date.formatter'
  12. - '@datetime.time'
  13. - '@simple_sitemap.queue_worker'
  14. - '@lock'
  15. - '@simple_sitemap.logger'