public interface NavBreadcrumbBuilder
| Modifier and Type | Method and Description |
|---|---|
List<NavItem> |
getBreadcrumb(String url,
String root)
Returns the navigation items that form the breadcrumb for the specified store URL.
|
List<NavItem> |
getBreadcrumb(String url,
String root,
org.craftercms.commons.converters.Converter<SiteItem,NavItem> itemConverter)
Returns the navigation items that form the breadcrumb for the specified store URL.
|
List<NavItem> getBreadcrumb(String url, String root)
url - the current URL used to build the breadcrumbroot - the root URL, basically the starting point of the breadcrumbNavItems that represent the breadcrumbCopyright © 2023 CrafterCMS. All rights reserved.