XML sitemap API. in XML sitemap 8
Same name and namespace in other branches
- 7.2 xmlsitemap.module \xmlsitemap_api
- 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 290 - xmlsitemap XML sitemap
Functions
Name | Location | Description |
---|---|---|
xmlsitemap_get_directory |
./ |
End of "defgroup xmlsitemap_api" |
xmlsitemap_sitemap_delete |
./ |
Delete an XML sitemap. |
xmlsitemap_sitemap_delete_multiple |
./ |
Delete multiple XML sitemaps. |
xmlsitemap_sitemap_get_context_hash |
./ |
Returns the hash string for a context. |
xmlsitemap_sitemap_get_file |
./ |
Return the expected file path for a specific sitemap chunk. |
xmlsitemap_sitemap_get_max_filesize |
./ |
Find the maximum file size of all a sitemap's XML files. |
xmlsitemap_sitemap_load |
./ |
Load an XML sitemap array from the database. |
xmlsitemap_sitemap_load_multiple |
./ |
Load multiple XML sitemaps from the database. |
xmlsitemap_sitemap_save |
./ |
Save changes to an XML sitemap or add a new XML sitemap. |
xmlsitemap_sitemap_uri |
./ |
Returns the uri elements of an XML sitemap. |