public function XmlSitemapGeneratorInterface::rebuildBatchClear in XML sitemap 8
Same name and namespace in other branches
- 2.x src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::rebuildBatchClear()
Batch callback; clear sitemap links for entites.
Parameters
array $entity_type_ids: Entity types to rebuild.
bool $save_custom: Save custom data.
array|\ArrayAccess $context: Context to be rebuilt.
1 method overrides XmlSitemapGeneratorInterface::rebuildBatchClear()
- XmlSitemapGenerator::rebuildBatchClear in src/
XmlSitemapGenerator.php - Batch callback; clear sitemap links for entites.
File
- src/
XmlSitemapGeneratorInterface.php, line 138
Class
- XmlSitemapGeneratorInterface
- Provides an interface defining a XmlSitemapGenerator service.
Namespace
Drupal\xmlsitemapCode
public function rebuildBatchClear(array $entity_type_ids, $save_custom, &$context);