You are here

function xmlsitemap_entity_bundle_delete in XML sitemap 2.x

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

Implements hook_entity_bundle_delete().

File

./xmlsitemap.module, line 981
xmlsitemap XML sitemap

Code

function xmlsitemap_entity_bundle_delete($entity_type_id, $bundle) {
  xmlsitemap_link_bundle_delete($entity_type_id, $bundle, TRUE);
}