protected function UrlGeneratorBase::isBatch in Simple XML sitemap 8.2
Return value
bool
6 calls to UrlGeneratorBase::isBatch()
- EntityMenuLinkContentUrlGenerator::getBatchIterationElements in src/
Plugin/ simple_sitemap/ UrlGenerator/ EntityMenuLinkContentUrlGenerator.php - @inheritdoc
- EntityUrlGenerator::getBatchIterationElements in src/
Plugin/ simple_sitemap/ UrlGenerator/ EntityUrlGenerator.php - @inheritdoc
- UrlGeneratorBase::getBatchIterationElements in src/
Plugin/ simple_sitemap/ UrlGenerator/ UrlGeneratorBase.php - 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 153
Class
- UrlGeneratorBase
- Class UrlGeneratorBase @package Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator
Namespace
Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGeneratorCode
protected function isBatch() {
return $this->batchSettings['from'] !== 'nobatch';
}