function hook_xmlsitemap_index_links in XML sitemap 7.2
Same name and namespace in other branches
- 8 xmlsitemap.api.php \hook_xmlsitemap_index_links()
- 6.2 xmlsitemap.api.php \hook_xmlsitemap_index_links()
- 2.x xmlsitemap.api.php \hook_xmlsitemap_index_links()
Index links for the XML sitemaps.
4 functions implement 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_menu_xmlsitemap_index_links in xmlsitemap_menu/
xmlsitemap_menu.module - Implements hook_xmlsitemap_index_links().
- xmlsitemap_node_xmlsitemap_index_links in xmlsitemap_node/
xmlsitemap_node.module - Implements hook_xmlsitemap_index_links().
- xmlsitemap_taxonomy_xmlsitemap_index_links in xmlsitemap_taxonomy/
xmlsitemap_taxonomy.module - Implements hook_xmlsitemap_index_links().
- xmlsitemap_user_xmlsitemap_index_links in xmlsitemap_user/
xmlsitemap_user.module - Implements hook_xmlsitemap_index_links().
1 invocation of hook_xmlsitemap_index_links()
- drush_xmlsitemap_index in ./
xmlsitemap.drush.inc - Process un-indexed XML sitemap links.
File
- ./
xmlsitemap.api.php, line 157 - Hooks provided by the XML sitemap module.
Code
function hook_xmlsitemap_index_links($limit) {
}