You are here

function xmlsitemap_entity_bundle_rename in XML sitemap 2.x

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

Implements hook_entity_bundle_rename().

File

./xmlsitemap.module, line 974
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);
}