You are here

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

File

plugins/crumbs.path.inc, line 17

Class

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

Code

function defineOne($h) {
  $h
    ->setTitle(t('existing alias for the given path'));
}