You are here

XML sitemap API. in XML sitemap 7.2

Same name and namespace in other branches
  1. 8 xmlsitemap.module \xmlsitemap_api
  2. 2.x xmlsitemap.module \xmlsitemap_api

This is the XML sitemap API to be used by modules wishing to work with XML sitemap and/or link data.

File

./xmlsitemap.module, line 358
xmlsitemap XML sitemap

Functions

Namesort descending Location Description
xmlsitemap_get_directory ./xmlsitemap.module End of "defgroup xmlsitemap_api"
xmlsitemap_link_delete ./xmlsitemap.module Delete a specific sitemap link from the database.
xmlsitemap_link_delete_multiple ./xmlsitemap.module Delete multiple sitemap links from the database.
xmlsitemap_link_load ./xmlsitemap.module Load a specific sitemap link from the database.
xmlsitemap_link_load_multiple ./xmlsitemap.module Load sitemap links from the database.
xmlsitemap_link_presave ./xmlsitemap.module Presave a sitemap link.
xmlsitemap_link_save ./xmlsitemap.module Saves or updates a sitemap link.
xmlsitemap_link_update_multiple ./xmlsitemap.module Perform a mass update of sitemap data.
xmlsitemap_sitemap_delete ./xmlsitemap.module Delete an XML sitemap.
xmlsitemap_sitemap_delete_multiple ./xmlsitemap.module Delete multiple XML sitemaps.
xmlsitemap_sitemap_get_context_hash ./xmlsitemap.module Get context.
xmlsitemap_sitemap_get_file ./xmlsitemap.module Return the expected file path for a specific sitemap chunk.
xmlsitemap_sitemap_get_max_filesize ./xmlsitemap.module Find the maximum file size of all a sitemap's XML files.
xmlsitemap_sitemap_load ./xmlsitemap.module Load an XML sitemap array from the database.
xmlsitemap_sitemap_load_by_context ./xmlsitemap.module Load an XML sitemap array from the database based on its context.
xmlsitemap_sitemap_load_multiple ./xmlsitemap.module Load multiple XML sitemaps from the database.
xmlsitemap_sitemap_save ./xmlsitemap.module Save changes to an XML sitemap or add a new XML sitemap.
xmlsitemap_sitemap_uri ./xmlsitemap.module Returns the uri elements of an XML sitemap.
_xmlsitemap_check_changed_link ./xmlsitemap.module Check if there is sitemap link is changed from the existing data.
_xmlsitemap_check_changed_links ./xmlsitemap.module Check if there is a visible sitemap link given a certain set of conditions.