You are here

constant XMLSITEMAP_STATUS_DEFAULT in XML sitemap 2.x

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

The default inclusion status for link types in the sitemaps.

4 uses of XMLSITEMAP_STATUS_DEFAULT
hook_xmlsitemap_link_info in ./xmlsitemap.api.php
Provide information on the type of links this module provides.
xmlsitemap_link_bundle_enable in ./xmlsitemap.module
Link bundle enable.
xmlsitemap_link_bundle_load in ./xmlsitemap.module
Loads link bundle info.
xmlsitemap_process_form_link_options in ./xmlsitemap.module
Submit callback for the entity form to save.

File

./xmlsitemap.module, line 79
xmlsitemap XML sitemap

Code

const XMLSITEMAP_STATUS_DEFAULT = 0;