public function XmlSitemapGeneratorInterface::batchVariableSet in XML sitemap 8
Same name and namespace in other branches
- 2.x 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\xmlsitemapCode
public function batchVariableSet(array $variables);