You are here

constant XMLSITEMAP_PRIORITY_DEFAULT in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 xmlsitemap.module \XMLSITEMAP_PRIORITY_DEFAULT
  2. 6.2 xmlsitemap.module \XMLSITEMAP_PRIORITY_DEFAULT
  3. 7.2 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

... See full list

File

./xmlsitemap.module, line 84
xmlsitemap XML sitemap

Code

const XMLSITEMAP_PRIORITY_DEFAULT = 0.5;