You are here

protected function UrlGeneratorBase::getBatchResults in Simple XML sitemap 8.2

3 calls to UrlGeneratorBase::getBatchResults()
UrlGeneratorBase::initializeBatch in src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php
UrlGeneratorBase::processSegment in src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php
UrlGeneratorBase::setProcessingBatchMessage in src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php

File

src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php, line 171

Class

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

Namespace

Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator

Code

protected function getBatchResults() {
  return !empty($this->context['results']['generate']) ? $this->context['results']['generate'] : [];
}