Documentation

AbstractCrudDashboardController extends AbstractController
in package

AbstractYes

Table of Contents

Methods

createOrEditEntity()  : void
getDetailDashboardGenerator()  : AbstractDashboardGenerator
getEntityClass()  : string
getEntityManager()  : EntityManagerInterface
getListDashboardGenerator()  : AbstractDashboardGenerator
getListUrl()  : string
renderDashboard()  : Response
deleteEntity()  : void
getActionForms()  : array<string|int, FormInterface>|null
getClassReflection()  : ReflectionClass
getClassRoute()  : string|null
getForms()  : array<string|int, FormInterface>|null
getViewForms()  : array<string|int, FormInterface>|null
handleForms()  : RedirectResponse|null

Methods

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

handleForms()

private handleForms(array<string|int, FormInterface>|null $forms, Request $request[, bool $isDetailRoute = false ][, CommonContentInterface|null $entity = null ]) : RedirectResponse|null
Parameters
$forms : array<string|int, FormInterface>|null
$request : Request
$isDetailRoute : bool = false
$entity : CommonContentInterface|null = null
Return values
RedirectResponse|null
On this page

Search results