class DashboardStacksBreadcrumbFactory implements ApplicationAwareInterface (View source)

Traits

Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface

Properties

protected Application $app from  ApplicationAwareTrait
protected DashboardBreadcrumbFactory $breadcrumbFactory
protected Navigation $navigation
protected bool $displayGlobalAreasLandingPage

Methods

setApplication(Application $app)

Setter method for the application

void
setDisplayGlobalAreasLandingPage(bool $displayGlobalAreasLandingPage)

No description

__construct(DashboardBreadcrumbFactory $breadcrumbFactory, Navigation $navigation)

No description

getBreadcrumb(Page $dashboardPage, $stackOrFolder = null, array $sections = null, $locale = '')

No description

Details

setApplication(Application $app)

Setter method for the application

Parameters

Application $app

void setDisplayGlobalAreasLandingPage(bool $displayGlobalAreasLandingPage)

No description

Parameters

bool $displayGlobalAreasLandingPage

Return Value

void

__construct(DashboardBreadcrumbFactory $breadcrumbFactory, Navigation $navigation)

No description

Parameters

DashboardBreadcrumbFactory $breadcrumbFactory
Navigation $navigation

BreadcrumbInterface getBreadcrumb(Page $dashboardPage, $stackOrFolder = null, array $sections = null, $locale = '')

No description

Parameters

Page $dashboardPage
$stackOrFolder
array $sections
$locale

Return Value

BreadcrumbInterface