function _path_CrumbsPlugin::define in Crumbs, the Breadcrumbs suite 6
File
- plugins/
crumbs.path.inc, line 15  
Class
- _path_CrumbsPlugin
 - Implementation of class hook class_CrumbsParentFinder on the behalf of path module.
 
Code
function define($h) {
  $h
    ->setTitle(t('existing alias for the given path'));
}