You are here

Functions in Simple XML sitemap 8.2

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_simple_sitemap_generate ./simple_sitemap.drush.inc Callback function for hook_drush_command(). 1
hook_simple_sitemap_arbitrary_links_alter ./simple_sitemap.api.php Add arbitrary links to the sitemap.
hook_simple_sitemap_attributes_alter ./simple_sitemap.api.php Alters the sitemap attributes shortly before XML document generation. Attributes can be added, changed and removed.
hook_simple_sitemap_index_attributes_alter ./simple_sitemap.api.php Alters attributes of the sitemap index shortly before XML document generation. Attributes can be added, changed and removed.
hook_simple_sitemap_links_alter ./simple_sitemap.api.php Alter the generated link data before the sitemap is saved. This hook gets invoked for every sitemap chunk generated.
hook_simple_sitemap_url_generators_alter ./simple_sitemap.api.php Alter properties of and remove generator plugins.
simple_sitemap_configurable_language_delete ./simple_sitemap.module Implements hook_ENTITY_TYPE_delete().
simple_sitemap_cron ./simple_sitemap.module Implements hook_cron.
simple_sitemap_delete_bundle_config ./simple_sitemap.module Helper function used by simple_sitemap_entity_bundle_delete() and simple_sitemap_menu_delete() hooks. This is needed, as menus are technically not bundles. 2
simple_sitemap_drush_command ./simple_sitemap.drush.inc Implements hook_drush_command().
simple_sitemap_entity_bundle_delete ./simple_sitemap.module Implements hook_entity_bundle_delete().
simple_sitemap_entity_delete ./simple_sitemap.module Implements hook_entity_delete().
simple_sitemap_entity_form_submit ./simple_sitemap.module Form submission handler called in hook_form_alter. 1
simple_sitemap_form_alter ./simple_sitemap.module Implements hook_form_alter.
simple_sitemap_help ./simple_sitemap.module Implements hook_help.
simple_sitemap_install ./simple_sitemap.install Implements hook_install().
simple_sitemap_menu_delete ./simple_sitemap.module Implements hook_menu_delete().
simple_sitemap_requirements ./simple_sitemap.install Implements hook_requirements().
simple_sitemap_robotstxt ./simple_sitemap.module Implements hook_robotstxt().
simple_sitemap_schema ./simple_sitemap.install Implements hook_schema().
simple_sitemap_update_8201 ./simple_sitemap.install Changing the data structure of the module's configuration.
simple_sitemap_update_8202 ./simple_sitemap.install Moving entity overrides from configuration to database table.
simple_sitemap_update_8203 ./simple_sitemap.install Splitting simple_sitemap.settings configuration into simple_sitemap.settings, simple_sitemap.entity_types and simple_sitemap.custom.
simple_sitemap_update_8204 ./simple_sitemap.install Removing entity type settings for entity types which do not have the canonical link template.
simple_sitemap_update_8205 ./simple_sitemap.install Splitting simple_sitemap.entity_types into individual configuration objects for each bundle.
simple_sitemap_update_8206 ./simple_sitemap.install Placing custom links in a subkey of simple_sitemap.custom configuration.
simple_sitemap_update_8207 ./simple_sitemap.install Updating entity_id field of simple_sitemap_entity_overrides table to varchar(32).
simple_sitemap_update_8208 ./simple_sitemap.install Adding changefreq setting to all existing bundle and entity instance settings.
simple_sitemap_update_8209 ./simple_sitemap.install Adding image inclusion setting to all existing bundle and entity instance settings.

Other projects