You are here

service simple_sitemap.generator in Simple XML sitemap 4.x

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

Class

Drupal\simple_sitemap\Manager\Generator
13 string references to simple_sitemap.generator
CustomLinksForm::create in src/Form/CustomLinksForm.php
Instantiates a new instance of this class.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.
SimpleSitemapController::create in src/Controller/SimpleSitemapController.php
Instantiates a new instance of this class.
SimpleSitemapFormBase::create in src/Form/SimpleSitemapFormBase.php
Instantiates a new instance of this class.
SimplesitemapTestBase::setUp in tests/src/Functional/SimplesitemapTestBase.php

... See full list

File

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

View source
  1. class: Drupal\simple_sitemap\Manager\Generator
  2. public: true
  3. arguments:
  4. - '@simple_sitemap.settings'
  5. - '@simple_sitemap.queue_worker'
  6. - '@lock'
  7. - '@simple_sitemap.logger'