constant XMLSITEMAP_PRIORITY_DEFAULT in XML sitemap 8
Same name and namespace in other branches
- 6.2 xmlsitemap.module \XMLSITEMAP_PRIORITY_DEFAULT
- 7.2 xmlsitemap.module \XMLSITEMAP_PRIORITY_DEFAULT
- 2.x xmlsitemap.module \XMLSITEMAP_PRIORITY_DEFAULT
The default priority for link types in the sitemaps.
8 uses of XMLSITEMAP_PRIORITY_DEFAULT
- hook_xmlsitemap_link_info in ./
xmlsitemap.api.php - Provide information on the type of links this module provides.
- MetatagNoIndexTest::setUp in tests/
src/ Kernel/ MetatagNoIndexTest.php - XmlSitemapCustomAddForm::buildForm in xmlsitemap_custom/
src/ Form/ XmlSitemapCustomAddForm.php - Form constructor.
- XmlSitemapLinkStorage::save in src/
XmlSitemapLinkStorage.php - Saves or updates a sitemap link.
- XmlSitemapUserFunctionalTest::setUp in tests/
src/ Functional/ XmlSitemapUserFunctionalTest.php
File
- ./
xmlsitemap.module, line 84 - xmlsitemap XML sitemap
Code
const XMLSITEMAP_PRIORITY_DEFAULT = 0.5;