You are here

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

File

plugins/crumbs.pathauto.inc, line 21

Class

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

Code

function defineOne($h) {
  $h
    ->setTitle(t('the alias that pathauto would assign to this path. Warning: Poor performance.'));
}