You are here

function sitemap_taxonomy_vocabulary_insert in Sitemap 2.0.x

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

Implements hook_ENTITY_TYPE_insert().

File

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

Code

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