You are here

function hook_xmlsitemap_context_url_options in XML sitemap 7.2

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. 2.x 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.

xmlsitemap_i18n_xmlsitemap_context_url_options in xmlsitemap_i18n/xmlsitemap_i18n.module
Implements xmlsitemap_context_url_options().
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 210
Hooks provided by the XML sitemap module.

Code

function hook_xmlsitemap_context_url_options(array $context) {
}