You are here

function xmlsitemap_entity_bundle_rename in XML sitemap 8

Same name and namespace in other branches
  1. 2.x xmlsitemap.module \xmlsitemap_entity_bundle_rename()

Implements hook_entity_bundle_rename().

File

./xmlsitemap.module, line 1014
xmlsitemap XML sitemap

Code

function xmlsitemap_entity_bundle_rename($entity_type_id, $bundle_old, $bundle_new) {
  xmlsitemap_link_bundle_rename($entity_type_id, $bundle_old, $bundle_new);
}