You are here

function _pathauto_CrumbsPlugin::define in Crumbs, the Breadcrumbs suite 6

File

plugins/crumbs.pathauto.inc, line 19

Class

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

Code

function define($h) {
  $h
    ->setTitle(t('the alias that pathauto would assign to this path.'));
}