You are here

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

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

Code

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