public function XmlSitemapInterface::setChunks in XML sitemap 2.x
Same name and namespace in other branches
- 8 src/XmlSitemapInterface.php \Drupal\xmlsitemap\XmlSitemapInterface::setChunks()
Sets the number of chunks.
Parameters
string $chunks: The number of chunks.
Return value
\Drupal\xmlsitemap\XmlSitemapInterface The class instance that this method is called on.
1 method overrides XmlSitemapInterface::setChunks()
- XmlSitemap::setChunks in src/
Entity/ XmlSitemap.php - Sets the number of chunks.
File
- src/
XmlSitemapInterface.php, line 91
Class
- XmlSitemapInterface
- Provides an interface defining a XmlSitemap entity.
Namespace
Drupal\xmlsitemapCode
public function setChunks($chunks);