function path_crumbs_plugins in Crumbs, the Breadcrumbs suite 7
Same name and namespace in other branches
- 6.2 plugins/crumbs.path.inc \path_crumbs_plugins()
- 6 plugins/crumbs.path.inc \path_crumbs_plugins()
- 7.2 plugins/crumbs.path.inc \path_crumbs_plugins()
Implements hook_crumbs_plugins().
File
- plugins/
crumbs.path.inc, line 7
Code
function path_crumbs_plugins($api) {
// Just one plugin for the entire module.
$api
->monoPlugin();
}