You are here

constant XMLSITEMAP_STATUS_DEFAULT in XML sitemap 6.2

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

The default inclusion status for link types in the sitemaps.

7 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_load in ./xmlsitemap.module
xmlsitemap_menu_update_6200 in xmlsitemap_menu/xmlsitemap_menu.install
Cleanup variables.
xmlsitemap_menu_variables in xmlsitemap_menu/xmlsitemap_menu.module
Internal default variables for template_var().
xmlsitemap_node_update_6200 in xmlsitemap_node/xmlsitemap_node.install
Cleanup variables.

... See full list

File

./xmlsitemap.module, line 54
Main file for the xmlsitemap module.

Code

define('XMLSITEMAP_STATUS_DEFAULT', 0);