public function XmlSitemapGeneratorInterface::rebuildBatchFinished in XML sitemap 8
Same name and namespace in other branches
- 2.x src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::rebuildBatchFinished()
Batch callback; sitemap rebuild finished.
Parameters
bool $success: Checks if regeneration batch process was successful.
array $results: Results for the regeneration process.
array $operations: Operations performed.
int $elapsed: Elapsed. Time elapsed.
1 method overrides XmlSitemapGeneratorInterface::rebuildBatchFinished()
- XmlSitemapGenerator::rebuildBatchFinished in src/
XmlSitemapGenerator.php - Batch callback; sitemap rebuild finished.
File
- src/
XmlSitemapGeneratorInterface.php, line 163
Class
- XmlSitemapGeneratorInterface
- Provides an interface defining a XmlSitemapGenerator service.
Namespace
Drupal\xmlsitemapCode
public function rebuildBatchFinished($success, array $results, array $operations, $elapsed);