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