public function XmlSitemapGeneratorInterface::regenerateBatchGenerate in XML sitemap 2.x
Same name and namespace in other branches
- 8 src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::regenerateBatchGenerate()
Batch callback; generate all pages of a sitemap.
Parameters
string $smid: Sitemap id.
array|\ArrayAccess $context: Sitemap context.
1 method overrides XmlSitemapGeneratorInterface::regenerateBatchGenerate()
- XmlSitemapGenerator::regenerateBatchGenerate in src/
XmlSitemapGenerator.php - Batch callback; generate all pages of a sitemap.
File
- src/
XmlSitemapGeneratorInterface.php, line 101
Class
- XmlSitemapGeneratorInterface
- Provides an interface defining a XmlSitemapGenerator service.
Namespace
Drupal\xmlsitemapCode
public function regenerateBatchGenerate($smid, &$context);