You are here

function sitemap_taxonomy_vocabulary_delete in Sitemap 2.0.x

Same name and namespace in other branches
  1. 8.2 sitemap.module \sitemap_taxonomy_vocabulary_delete()

Implements hook_ENTITY_TYPE_delete().

File

./sitemap.module, line 120
Provides sitemap functionality.

Code

function sitemap_taxonomy_vocabulary_delete(VocabularyInterface $vocabulary) {
  _sitemap_clear_plugin_cache();
}