abstract protected function UrlGeneratorBase::processDataSet in Simple XML sitemap 4.x
Same name and namespace in other branches
- 8.3 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorBase::processDataSet()
- 8.2 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorBase::processDataSet()
Parameters
$data_set:
Return value
mixed
2 calls to UrlGeneratorBase::processDataSet()
- EntityUrlGeneratorBase::generate in src/
Plugin/ simple_sitemap/ UrlGenerator/ EntityUrlGeneratorBase.php - UrlGeneratorBase::generate in src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php - @todo catch SkipElementException here and children.
4 methods override UrlGeneratorBase::processDataSet()
- CustomUrlGenerator::processDataSet in src/
Plugin/ simple_sitemap/ UrlGenerator/ CustomUrlGenerator.php - @inheritdoc
- EntityMenuLinkContentUrlGenerator::processDataSet in src/
Plugin/ simple_sitemap/ UrlGenerator/ EntityMenuLinkContentUrlGenerator.php - @inheritdoc
- EntityUrlGenerator::processDataSet in src/
Plugin/ simple_sitemap/ UrlGenerator/ EntityUrlGenerator.php - @inheritdoc
- ViewsUrlGenerator::processDataSet in modules/
simple_sitemap_views/ src/ Plugin/ simple_sitemap/ UrlGenerator/ ViewsUrlGenerator.php
File
- src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php, line 96
Class
- UrlGeneratorBase
- Class UrlGeneratorBase
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGeneratorCode
protected abstract function processDataSet($data_set) : array;