class _taxonomy_CrumbsPlugin in Crumbs, the Breadcrumbs suite 6
Same name and namespace in other branches
- 6.2 plugins/crumbs.taxonomy.inc \_taxonomy_CrumbsPlugin
Hierarchy
- class \_taxonomy_CrumbsPlugin
Expanded class hierarchy of _taxonomy_CrumbsPlugin
File
- plugins/
crumbs.taxonomy.inc, line 14
View source
class _taxonomy_CrumbsPlugin {
function define($h) {
foreach (taxonomy_get_vocabularies() as $voc_id => $voc) {
$h
->addRule('voc_' . $voc_id, 'Vocabulary: ' . $voc->name);
}
}
}