public function SitemapGeneratorInterface::getChunkXml in Simple XML sitemap 4.x
1 method overrides SitemapGeneratorInterface::getChunkXml()
- SitemapGeneratorBase::getChunkXml in src/
Plugin/ simple_sitemap/ SitemapGenerator/ SitemapGeneratorBase.php
File
- src/
Plugin/ simple_sitemap/ SitemapGenerator/ SitemapGeneratorInterface.php, line 15
Class
- SitemapGeneratorInterface
- Interface SitemapGeneratorInterface
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapGeneratorCode
public function getChunkXml(array $links) : string;