Documentation

AbstractDashboardGenerator extends AbstractController
in package

AbstractYes

Table of Contents

Properties

$entities  : array<string|int, CommonContentInterface>|null

Methods

generateDashboard()  : Dashboard
getActions()  : array<string|int, Action>|null
getBreadcrumbs()  : array<string|int, Action>|null
getEntities()  : array<string|int, CommonContentInterface>|null
getEntityManager()  : EntityManagerInterface
getHeader()  : string
getIcon()  : Icon
getNavigations()  : array<string|int, Action>|null
getTag()  : string
getViews()  : array<string|int, View>|null
setEntities()  : static|null
getActionForms()  : array<string|int, FormInterface>|null
getForms()  : array<string|int, FormInterface>|null
getViewForms()  : array<string|int, FormInterface>|null

Properties

Methods

getEntityManager()

public abstract getEntityManager() : EntityManagerInterface
Return values
EntityManagerInterface

getActionForms()

private getActionForms(array<string|int, Action>|null $actions) : array<string|int, FormInterface>|null
Parameters
$actions : array<string|int, Action>|null
Return values
array<string|int, FormInterface>|null

getForms()

private getForms(array<string|int, View>|null $views, array<string|int, Action>|null $actions) : array<string|int, FormInterface>|null
Parameters
$views : array<string|int, View>|null
$actions : array<string|int, Action>|null
Return values
array<string|int, FormInterface>|null

getViewForms()

private getViewForms(array<string|int, View>|null $views) : array<string|int, FormInterface>|null
Parameters
$views : array<string|int, View>|null
Return values
array<string|int, FormInterface>|null
On this page

Search results