You are here

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

Same name and namespace in other branches
  1. 6 plugins/crumbs.path.inc \_path_CrumbsPlugin::findParent()

File

plugins/crumbs.path.inc, line 25

Class

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

Code

function findParent($path, $item) {
  if ($alias = $item['alias']) {
    return crumbs_reduce_path($alias, 1);
  }
}