SyrusAdapter::getBreadCrumbs

Usage

array SyrusAdapter::getBreadCrumbs(StackElement $e, UriInterface $uri)

Description

Get breadcrumbs Returns associative array, keys being the name displayed within the web browser, and values being the href to link to. If value is blank, element will not contain a hyperlink.

Parameters

Parameter Required Type Description
$e Yes StackElement
$uri Yes UriInterface

Return Value

array

See Also