You are here

abstract protected function UrlGeneratorBase::processDataSet 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::processDataSet()
  2. 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\UrlGenerator

Code

protected abstract function processDataSet($data_set) : array;