[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/xmlsitemap/ -> xmlsitemap.api.php (summary)

(no description)

File Size: 180 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 12 functions

  hook_xmlsitemap_link_info()
  hook_xmlsitemap_link_alter()
  hook_xmlsitemap_index_links()
  hook_xmlsitemap_context_info()
  hook_xmlsitemap_context_info_alter()
  hook_xmlsitemap_context()
  hook_xmlsitemap_context_alter()
  hook_xmlsitemap_context_url_options()
  hook_xmlsitemap_context_url_options_alter()
  hook_query_xmlsitemap_generate_alter()
  hook_xmlsitemap_sitemap_operations()
  hook_xmlsitemap_siteamp_delete()

Functions
Functions that are not part of a class:

hook_xmlsitemap_link_info()   X-Ref
Provide information on the type of links this module provides.


hook_xmlsitemap_link_alter(&$link)   X-Ref
Alter the data of a sitemap link before the link is saved.

param: $link

hook_xmlsitemap_index_links($limit)   X-Ref
Index links for the XML sitemaps.


hook_xmlsitemap_context_info()   X-Ref
Provide information about contexts available to XML sitemap.


hook_xmlsitemap_context_info_alter(&$info)   X-Ref
Alter XML sitemap context info.


hook_xmlsitemap_context()   X-Ref
Provide information about the current context on the site.


hook_xmlsitemap_context_alter(&$context)   X-Ref
Alter the current context information.


hook_xmlsitemap_context_url_options(array $context)   X-Ref
Provide options for the url() function based on an XML sitemap context.


hook_xmlsitemap_context_url_options_alter(array &$options, array $context)   X-Ref
Alter the url() options based on an XML sitemap context.


hook_query_xmlsitemap_generate_alter(array &$query, array &$args, array $sitemap)   X-Ref
Alter the query selecting data from {xmlsitemap} during sitemap generation.

Do not alter LIMIT or OFFSET as the query will be passed through
db_query_range() with a set limit and offset.

param: $query
param: $args
param: $sitemap

hook_xmlsitemap_sitemap_operations()   X-Ref
Provide information about XML sitemap bulk operations.


hook_xmlsitemap_siteamp_delete(array $sitemap)   X-Ref
Respond to XML sitemap deletion.

This hook is invoked from xmlsitemap_sitemap_delete_multiple() after the XML
siteamp has been removed from the table in the database.

param: $sitemap



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7