function taxonomy_crumbs_plugins in Crumbs, the Breadcrumbs suite 6
Same name and namespace in other branches
- 6.2 plugins/crumbs.taxonomy.inc \taxonomy_crumbs_plugins()
- 7.2 plugins/crumbs.taxonomy.inc \taxonomy_crumbs_plugins()
- 7 plugins/crumbs.taxonomy.inc \taxonomy_crumbs_plugins()
File
- plugins/
crumbs.taxonomy.inc, line 4
Code
function taxonomy_crumbs_plugins() {
return array(
'hierarchy' => new _taxonomy_CrumbsPlugin__hierarchy(),
'term_node' => new _taxonomy_CrumbsPlugin__term_node(),
'term_name' => new _taxonomy_CrumbsPlugin__term_name(),
'admin' => new _taxonomy_CrumbsPlugin__admin(),
);
}