You are here

function hook_xmlsitemap_sitemap_operations in XML sitemap 2.x

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

Provide information about XML sitemap bulk operations.

2 functions implement hook_xmlsitemap_sitemap_operations()

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

xmlsitemap_engines_xmlsitemap_sitemap_operations in xmlsitemap_engines/xmlsitemap_engines.module
Implements hook_xmlsitemap_sitemap_operations().
xmlsitemap_xmlsitemap_sitemap_operations in ./xmlsitemap.module
Implements hook_xmlsitemap_sitemap_operations().

File

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

Code

function hook_xmlsitemap_sitemap_operations() {
}