function sitemap_taxonomy_vocabulary_delete in Sitemap 8.2
Same name and namespace in other branches
- 2.0.x sitemap.module \sitemap_taxonomy_vocabulary_delete()
Implements hook_ENTITY_TYPE_delete().
File
- ./
sitemap.module, line 135 - Provides sitemap functionality.
Code
function sitemap_taxonomy_vocabulary_delete(VocabularyInterface $vocabulary) {
_sitemap_clear_plugin_cache();
}