function access_taxonomy_vocabulary_delete in Access Control Kit 7
Implements hook_taxonomy_vocabulary_delete().
File
- ./
access.module, line 1162 - The access control kit module.
Code
function access_taxonomy_vocabulary_delete($vocabulary) {
access_info_cache_clear();
}