You are here

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

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

Returns the sitemap chunks number.

Return value

int The chunks number.

1 method overrides XmlSitemapInterface::getChunks()
XmlSitemap::getChunks in src/Entity/XmlSitemap.php
Returns the sitemap chunks number.

File

src/XmlSitemapInterface.php, line 26

Class

XmlSitemapInterface
Provides an interface defining a XmlSitemap entity.

Namespace

Drupal\xmlsitemap

Code

public function getChunks();