You are here

protected function UrlGeneratorBase::addBatchResult in Simple XML sitemap 8.2

2 calls to UrlGeneratorBase::addBatchResult()
UrlGeneratorBase::addUrl in src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php
UrlGeneratorBase::addUrlVariants in src/Plugin/simple_sitemap/UrlGenerator/UrlGeneratorBase.php

File

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

Class

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

Namespace

Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator

Code

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