abstract public function UrlGeneratorBase::getDataSets in Simple XML sitemap 8.3
Same name and namespace in other branches
- 8.2 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorBase::getDataSets()
- 4.x src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorBase::getDataSets()
Return value
mixed
Overrides UrlGeneratorInterface::getDataSets
5 methods override UrlGeneratorBase::getDataSets()
- ArbitraryUrlGenerator::getDataSets in src/
Plugin/ simple_sitemap/ UrlGenerator/ ArbitraryUrlGenerator.php - @inheritdoc
- CustomUrlGenerator::getDataSets in src/
Plugin/ simple_sitemap/ UrlGenerator/ CustomUrlGenerator.php - @inheritdoc
- EntityMenuLinkContentUrlGenerator::getDataSets in src/
Plugin/ simple_sitemap/ UrlGenerator/ EntityMenuLinkContentUrlGenerator.php - @inheritdoc
- EntityUrlGenerator::getDataSets in src/
Plugin/ simple_sitemap/ UrlGenerator/ EntityUrlGenerator.php - @inheritdoc
- ViewsUrlGenerator::getDataSets in modules/
simple_sitemap_views/ src/ Plugin/ simple_sitemap/ UrlGenerator/ ViewsUrlGenerator.php
File
- src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php, line 99
Class
- UrlGeneratorBase
- Class UrlGeneratorBase @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGeneratorCode
public abstract function getDataSets();