You are here

protected function ArbitraryUrlGenerator::processDataSet in Simple XML sitemap 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/simple_sitemap/UrlGenerator/ArbitraryUrlGenerator.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\ArbitraryUrlGenerator::processDataSet()

@inheritdoc

Overrides UrlGeneratorBase::processDataSet

File

src/Plugin/simple_sitemap/UrlGenerator/ArbitraryUrlGenerator.php, line 100

Class

ArbitraryUrlGenerator
Class ArbitraryUrlGenerator @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator

Namespace

Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator

Code

protected function processDataSet($data_set) {
  return $data_set;
}