You are here

interface crumbs_MultiPlugin_FindParentInterface in Crumbs, the Breadcrumbs suite 7.2

Hierarchy

Expanded class hierarchy of crumbs_MultiPlugin_FindParentInterface

All classes that implement crumbs_MultiPlugin_FindParentInterface

File

lib/MultiPlugin/FindParentInterface.php, line 3

View source
interface crumbs_MultiPlugin_FindParentInterface extends crumbs_MultiPlugin {

  /**
   * Find candidates for the parent path.
   *
   * @param string $path
   *   The path that we want to find a parent for.
   * @param array $item
   *   Item as returned from crumbs_get_router_item()
   *
   * @return array
   *   Parent path candidates
   */
  function findParent($path, $item);

}

Members