function path_CrumbsMonoPlugin::disabledByDefault in Crumbs, the Breadcrumbs suite 7
File
- plugins/
crumbs.path.inc, line 23
Class
- path_CrumbsMonoPlugin
- Implementation of class hook class_CrumbsParentFinder on the behalf of path module.
Code
function disabledByDefault() {
return TRUE;
}