Method |
Description |
|
breadcrumbFunction ( $uuid ) : NavigationItem[] |
Returns breadcrumb for given node. |
|
flatNavigationFunction ( string $uuid, string $context = null, integer $depth = 1, boolean $loadExcerpt = false, integer $level = null ) : NavigationItem[] |
Returns a flat navigation of children from given parent (uuid). |
|
flatRootNavigationFunction ( string $context = null, integer $depth = 1, boolean $loadExcerpt = false ) : NavigationItem[] |
Returns a flat navigation of first layer. |
|
navigationIsActiveFunction ( string $requestUrl, string $itemUrl ) : NavigationItem[] |
Returns a boolean value to check if navigation item is active. |
|
treeNavigationFunction ( string $uuid, string $context = null, integer $depth = 1, boolean $loadExcerpt = false, integer $level = null ) : NavigationItem[] |
Returns a tree navigation of children from given parent (uuid). |
|
treeRootNavigationFunction ( string $context = null, integer $depth = 1, boolean $loadExcerpt = false ) : NavigationItem[] |
Returns a tree navigation of first layer. |
|