You are here

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

Same name and namespace in other branches
  1. 8 src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::batchVariableSet()

Set variables during the batch process.

Parameters

array $variables: Variables to be set.

1 method overrides XmlSitemapGeneratorInterface::batchVariableSet()
XmlSitemapGenerator::batchVariableSet in src/XmlSitemapGenerator.php
Set variables during the batch process.

File

src/XmlSitemapGeneratorInterface.php, line 171

Class

XmlSitemapGeneratorInterface
Provides an interface defining a XmlSitemapGenerator service.

Namespace

Drupal\xmlsitemap

Code

public function batchVariableSet(array $variables);