You are here

service simple_sitemap.sitemap_generator in Simple XML sitemap 8.2

Class

Drupal\simple_sitemap\SitemapGenerator
5 string references to simple_sitemap.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.
UrlGeneratorBase::create in src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\simple_sitemap\SitemapGenerator
  2. public: true
  3. arguments:
  4. - '@simple_sitemap.entity_helper'
  5. - '@database'
  6. - '@module_handler'
  7. - '@language_manager'
  8. - '@datetime.time'
  9. - '@simple_sitemap.sitemap_writer'