You are here

abstract protected function UrlGeneratorBase::processDataSet in Simple XML sitemap 8.2

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::processDataSet()
  2. 4.x src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php \Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator\UrlGeneratorBase::processDataSet()

Parameters

$data_set:

Return value

array

1 call to UrlGeneratorBase::processDataSet()
UrlGeneratorBase::generate in src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php
Called by batch.
4 methods override UrlGeneratorBase::processDataSet()
ArbitraryUrlGenerator::processDataSet in src/Plugin/simple_sitemap/UrlGenerator/ArbitraryUrlGenerator.php
@inheritdoc
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

File

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

Class

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

Namespace

Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator

Code

protected abstract function processDataSet($data_set);