You are here

function hook_xmlsitemap_index_links in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 xmlsitemap.api.php \hook_xmlsitemap_index_links()
  2. 6.2 xmlsitemap.api.php \hook_xmlsitemap_index_links()
  3. 7.2 xmlsitemap.api.php \hook_xmlsitemap_index_links()

Index links for the XML sitemaps.

1 function implements hook_xmlsitemap_index_links()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

xmlsitemap_xmlsitemap_index_links in ./xmlsitemap.module
Implements hook_xmlsitemap_index_links().
1 invocation of hook_xmlsitemap_index_links()
XmlSitemapCommands::index in src/Commands/XmlSitemapCommands.php
Process un-indexed XML sitemap links.

File

./xmlsitemap.api.php, line 123
Hooks provided by the XML sitemap module.

Code

function hook_xmlsitemap_index_links($limit) {
}