You are here

abstract public function UrlGeneratorBase::getDataSets in Simple XML sitemap 4.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorBase::getDataSets()
  2. 8.2 src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorBase::getDataSets()

@todo Throw and catch SkipElementException here and children.

Return value

mixed

Overrides UrlGeneratorInterface::getDataSets

4 methods override UrlGeneratorBase::getDataSets()
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
@todo Throw and catch SkipElementException here and children.

File

src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php, line 90

Class

UrlGeneratorBase
Class UrlGeneratorBase

Namespace

Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator

Code

public abstract function getDataSets() : array;