You are here

function hook_xmlsitemap_index_links in XML sitemap 8

Same name and namespace in other branches
  1. 6.2 xmlsitemap.api.php \hook_xmlsitemap_index_links()
  2. 7.2 xmlsitemap.api.php \hook_xmlsitemap_index_links()
  3. 2.x 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().
2 invocations of hook_xmlsitemap_index_links()
drush_xmlsitemap_index in ./xmlsitemap.drush.inc
Process un-indexed XML sitemap 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) {
}