You are here

abstract public function SitemapGeneratorBase::getChunkXml in Simple XML sitemap 4.x

Parameters

array $links:

Return value

string

Overrides SitemapGeneratorInterface::getChunkXml

1 method overrides SitemapGeneratorBase::getChunkXml()
DefaultSitemapGenerator::getChunkXml in src/Plugin/simple_sitemap/SitemapGenerator/DefaultSitemapGenerator.php
Generates and returns a sitemap chunk.

File

src/Plugin/simple_sitemap/SitemapGenerator/SitemapGeneratorBase.php, line 95

Class

SitemapGeneratorBase
Class SitemapGeneratorBase

Namespace

Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapGenerator

Code

public abstract function getChunkXml(array $links) : string;