You are here

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

Same name and namespace in other branches
  1. 8 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\xmlsitemap

Code

public function rebuildBatchClear(array $entity_type_ids, $save_custom, &$context);