function hook_xmlsitemap_sitemap_operations in XML sitemap 8
Same name and namespace in other branches
- 6.2 xmlsitemap.api.php \hook_xmlsitemap_sitemap_operations()
- 7.2 xmlsitemap.api.php \hook_xmlsitemap_sitemap_operations()
- 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.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() {
}