function _path_CrumbsPlugin::disabledByDefault in Crumbs, the Breadcrumbs suite 6.2
File
- plugins/
crumbs.path.inc, line 21
Class
- _path_CrumbsPlugin
- Implementation of class hook class_CrumbsParentFinder on the behalf of path module.
Code
function disabledByDefault() {
return array(
'',
);
}