abstract public function UrlGeneratorBase::getDataSets in Simple XML sitemap 8.2
Same name and namespace in other branches
- 8.3 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
array
Overrides UrlGeneratorInterface::getDataSets
1 call to UrlGeneratorBase::getDataSets()
- UrlGeneratorBase::generate in src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php - Called by batch.
4 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
File
- src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php, line 408
Class
- UrlGeneratorBase
- Class UrlGeneratorBase @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGeneratorCode
public abstract function getDataSets();