You are here

constant XMLSITEMAP_FREQUENCY_DAILY in XML sitemap 7.2

Same name and namespace in other branches
  1. 8 xmlsitemap.module \XMLSITEMAP_FREQUENCY_DAILY
  2. 6.2 xmlsitemap.module \XMLSITEMAP_FREQUENCY_DAILY
  3. 2.x xmlsitemap.module \XMLSITEMAP_FREQUENCY_DAILY
5 uses of XMLSITEMAP_FREQUENCY_DAILY
XMLSitemapUnitTest::testGetChangefreq in ./xmlsitemap.test
Tests for xmlsitemap_get_changefreq().
xmlsitemap_link_frontpage_settings in ./xmlsitemap.xmlsitemap.inc
XML sitemap link type settings callback for frontpage link entity.
xmlsitemap_variables in ./xmlsitemap.module
Internal default variables for xmlsitemap_var().
xmlsitemap_variable_info in ./xmlsitemap.variable.inc
Implements hook_variable_info().
xmlsitemap_xmlsitemap_link_alter in ./xmlsitemap.xmlsitemap.inc
Implements hook_xmlsitemap_link_alter().

File

./xmlsitemap.module, line 30
xmlsitemap XML sitemap

Code

define('XMLSITEMAP_FREQUENCY_DAILY', 86400);