You are here

constant XMLSITEMAP_MAX_SITEMAP_LINKS in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 xmlsitemap.module \XMLSITEMAP_MAX_SITEMAP_LINKS
  2. 6.2 xmlsitemap.module \XMLSITEMAP_MAX_SITEMAP_LINKS
  3. 6 xmlsitemap.module \XMLSITEMAP_MAX_SITEMAP_LINKS
  4. 7.2 xmlsitemap.module \XMLSITEMAP_MAX_SITEMAP_LINKS

The maximum number of links in one sitemap chunk file.

4 uses of XMLSITEMAP_MAX_SITEMAP_LINKS
XmlSitemapGenerator::regenerateBatchGenerate in src/XmlSitemapGenerator.php
Batch callback; generate all pages of a sitemap.
XmlSitemapSettingsForm::buildForm in src/Form/XmlSitemapSettingsForm.php
Form constructor.
xmlsitemap_get_chunk_size in ./xmlsitemap.module
Get the sitemap chunk size.
xmlsitemap_requirements in ./xmlsitemap.install
Implements hook_requirements().

File

./xmlsitemap.module, line 39
xmlsitemap XML sitemap

Code

const XMLSITEMAP_MAX_SITEMAP_LINKS = 50000;