You are here

function xmlsitemap_entity_bundle_delete in XML sitemap 8

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

Implements hook_entity_bundle_delete().

File

./xmlsitemap.module, line 1021
xmlsitemap XML sitemap

Code

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