You are here

public function XmlSitemapGeneratorInterface::regenerateBatchGenerateIndex in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::regenerateBatchGenerateIndex()

Batch callback; generate the index page of a sitemap.

Parameters

string $smid: Sitemap id.

array|\ArrayAccess $context: Sitemap context.

1 method overrides XmlSitemapGeneratorInterface::regenerateBatchGenerateIndex()
XmlSitemapGenerator::regenerateBatchGenerateIndex in src/XmlSitemapGenerator.php
Batch callback; generate the index page of a sitemap.

File

src/XmlSitemapGeneratorInterface.php, line 111

Class

XmlSitemapGeneratorInterface
Provides an interface defining a XmlSitemapGenerator service.

Namespace

Drupal\xmlsitemap

Code

public function regenerateBatchGenerateIndex($smid, &$context);