You are here

service xmlsitemap.link_storage in XML sitemap 2.x

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

Class

Drupal\xmlsitemap\XmlSitemapLinkStorage

Tags

  • xmlsitemap.link_storage
7 string references to xmlsitemap.link_storage
MetatagNoIndexTest::setUp in tests/src/Kernel/MetatagNoIndexTest.php
XmlSitemapCustomAddForm::create in xmlsitemap_custom/src/Form/XmlSitemapCustomAddForm.php
Instantiates a new instance of this class.
XmlSitemapCustomDeleteForm::create in xmlsitemap_custom/src/Form/XmlSitemapCustomDeleteForm.php
Instantiates a new instance of this class.
XmlSitemapCustomEditForm::create in xmlsitemap_custom/src/Form/XmlSitemapCustomEditForm.php
Instantiates a new instance of this class.
XmlSitemapSettingsForm::create in src/Form/XmlSitemapSettingsForm.php
Instantiates a new instance of this class.

... See full list

File

./xmlsitemap.services.yml
xmlsitemap.services.yml

View source
  1. class: Drupal\xmlsitemap\XmlSitemapLinkStorage
  2. arguments:
  3. - '@state'
  4. - '@module_handler'
  5. - '@database'
  6. tags:
  7. - { name: xmlsitemap.link_storage }