You are here

public function XmlSitemap::getChunks in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 src/Entity/XmlSitemap.php \Drupal\xmlsitemap\Entity\XmlSitemap::getChunks()

Returns the sitemap chunks number.

Return value

int The chunks number.

Overrides XmlSitemapInterface::getChunks

File

src/Entity/XmlSitemap.php, line 109

Class

XmlSitemap
Defines the XmlSitemap entity.

Namespace

Drupal\xmlsitemap\Entity

Code

public function getChunks() {
  return $this->chunks;
}