1.20.x admin_bar.module admin_bar_taxonomy_vocabulary_insert(TaxonomyVocabulary $vocabulary)

Implements hook_taxonomy_vocabulary_insert().

File

modules/admin_bar/admin_bar.module, line 148
Render an administrative bar as a dropdown menu at the top of the window.

Code

function admin_bar_taxonomy_vocabulary_insert(TaxonomyVocabulary $vocabulary) {
  cache('admin_bar')->flush();
}