public function XmlSitemapGeneratorInterface::regenerateBatchFinished in XML sitemap 8
Same name and namespace in other branches
- 2.x src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::regenerateBatchFinished()
Batch callback; sitemap regeneration 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::regenerateBatchFinished()
- XmlSitemapGenerator::regenerateBatchFinished in src/
XmlSitemapGenerator.php - Batch callback; sitemap regeneration finished.
File
- src/
XmlSitemapGeneratorInterface.php, line 126
Class
- XmlSitemapGeneratorInterface
- Provides an interface defining a XmlSitemapGenerator service.
Namespace
Drupal\xmlsitemapCode
public function regenerateBatchFinished($success, array $results, array $operations, $elapsed);