public function UrlGeneratorInterface::getDataSets in Simple XML sitemap 4.x
Same name and namespace in other branches
- 8.3 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface::getDataSets()
- 8.2 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorInterface.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorInterface::getDataSets()
1 method overrides UrlGeneratorInterface::getDataSets()
- UrlGeneratorBase::getDataSets in src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php - @todo Throw and catch SkipElementException here and children.
File
- src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorInterface.php, line 15
Class
- UrlGeneratorInterface
- Interface UrlGeneratorInterface
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGeneratorCode
public function getDataSets() : array;