You are here

protected function UrlGeneratorBase::setChunkCount in Simple XML sitemap 8.2

2 calls to UrlGeneratorBase::setChunkCount()
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 191

Class

UrlGeneratorBase
Class UrlGeneratorBase @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator

Namespace

Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator

Code

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