protected function UrlGeneratorBase::setBatchResults in Simple XML sitemap 8.2
2 calls to UrlGeneratorBase::setBatchResults()
- UrlGeneratorBase::initializeBatch in src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php - UrlGeneratorBase::processSegment in src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php
File
- src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php, line 181
Class
- UrlGeneratorBase
- Class UrlGeneratorBase @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGeneratorCode
protected function setBatchResults($results) {
$this->context['results']['generate'] = $results;
}