interface BreadcrumbInterface

Methods

array
getBreadcrumb( Router $router, ContainerInterface $container, string $tab, string $locale)

Create a breadcrumb from the current object, that will be displayed to the file management UI

Details

at line 30
array getBreadcrumb( Router $router, ContainerInterface $container, string $tab, string $locale)

Create a breadcrumb from the current object, that will be displayed to the file management UI

Parameters

Router $router the router where to find routes
ContainerInterface $container the container
string $tab the tab to return to (probably 'image' or 'document')
string $locale the current locale

Return Value

array an array of (label => URL)