You are here

function hook_xmlsitemap_context_url_options in XML sitemap 2.x

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

Provide options for the url() function based on an XML sitemap context.

1 function implements hook_xmlsitemap_context_url_options()

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

language_xmlsitemap_context_url_options in ./xmlsitemap.module
Implements hook_xmlsitemap_context_url_options() for language module.
1 invocation of hook_xmlsitemap_context_url_options()
xmlsitemap_sitemap_uri in ./xmlsitemap.module
Returns the uri elements of an XML sitemap.

File

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

Code

function hook_xmlsitemap_context_url_options(array $context) {
}