You are here

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\UrlGenerator

Code

protected function setBatchResults($results) {
  $this->context['results']['generate'] = $results;
}