public function XmlSitemapGeneratorInterface::regenerateBatchGenerateIndex in XML sitemap 8
Same name and namespace in other branches
- 2.x 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\xmlsitemapCode
public function regenerateBatchGenerateIndex($smid, &$context);