Method |
Description |
|
getBreadcrumb ( string $uuid, string $webspace, string $language ) : NavigationItem[] |
returns a breadcrumb navigation for given content-uuid. |
|
getNavigation ( string $parent, $webspaceKey, $locale, integer $depth = 1, boolean $flat = false, string | null $context = null, boolean $loadExcerpt = false ) : NavigationItem[] |
returns navigation for given parent. |
|
getRootNavigation ( string $webspaceKey, string $locale, integer $depth = 1, boolean $flat = false, string | null $context = null, boolean $loadExcerpt = false ) : NavigationItem[] |
returns navigation from root. |
|