You are here

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

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

Code

public function rebuildBatchFinished($success, array $results, array $operations, $elapsed);