constant XMLSITEMAP_STATUS_DEFAULT in XML sitemap 8
Same name and namespace in other branches
- 6.2 xmlsitemap.module \XMLSITEMAP_STATUS_DEFAULT
- 7.2 xmlsitemap.module \XMLSITEMAP_STATUS_DEFAULT
- 2.x 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;