You are here

function _pathauto_CrumbsPlugin::disabledByDefault in Crumbs, the Breadcrumbs suite 6.2

File

plugins/crumbs.pathauto.inc, line 25

Class

_pathauto_CrumbsPlugin
Implementation of class hook class_CrumbsParentFinder on the behalf of path module.

Code

function disabledByDefault() {
  return array(
    '',
  );
}