function taxonomy_breadcrumb_taxonomy_vocabulary_delete in Taxonomy Breadcrumb 7
Same name and namespace in other branches
- 8 taxonomy_breadcrumb.module \taxonomy_breadcrumb_taxonomy_vocabulary_delete()
Implements hook_taxonomy_vocabulary_delete().
File
- ./
taxonomy_breadcrumb.module, line 245 - The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node pages and taxonomy/term pages. The breadcrumb trail takes on the form: [HOME] >> [VOCABULARY] >> TERM >> [TERM] ...
Code
function taxonomy_breadcrumb_taxonomy_vocabulary_delete($vocabulary) {
taxonomy_breadcrumb_taxonomy('delete', 'taxonomy_vocabulary', $vocabulary);
}