You are here

function hook_xmlsitemap_sitemap_operations in XML sitemap 6.2

Same name and namespace in other branches
  1. 8 xmlsitemap.api.php \hook_xmlsitemap_sitemap_operations()
  2. 7.2 xmlsitemap.api.php \hook_xmlsitemap_sitemap_operations()
  3. 2.x 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.xmlsitemap.inc
Implements hook_xmlsitemap_sitemap_operations().
1 invocation of hook_xmlsitemap_sitemap_operations()
xmlsitemap_sitemap_list_form in ./xmlsitemap.admin.inc
Render a tableselect list of XML sitemaps for the main admin page.

File

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

Code

function hook_xmlsitemap_sitemap_operations() {
}