Documentation

CrudControllerInterface

Tags
author

Javier Eguiluz javier.eguiluz@gmail.com

Table of Contents

Methods

autocomplete()  : JsonResponse
configureActions()  : Actions
configureAssets()  : Assets
configureCrud()  : Crud
configureFields()  : array<string|int, FieldInterface>|array<string|int, string>
configureFilters()  : Filters
configureResponseParameters()  : KeyValueStore
createEditForm()  : FormInterface
createEditFormBuilder()  : FormBuilderInterface
createEntity()  : mixed
createIndexQueryBuilder()  : QueryBuilder
createNewForm()  : FormInterface
createNewFormBuilder()  : FormBuilderInterface
delete()  : KeyValueStore|Response
deleteEntity()  : void
detail()  : KeyValueStore|Response
edit()  : KeyValueStore|Response
getEntityFqcn()  : string
index()  : KeyValueStore|Response
new()  : KeyValueStore|Response
persistEntity()  : void
updateEntity()  : void

Methods

configureFields()

public configureFields(string $pageName) : array<string|int, FieldInterface>|array<string|int, string>
Parameters
$pageName : string
Tags
psalm-return

iterable<FieldInterface|string>

Return values
array<string|int, FieldInterface>|array<string|int, string>

        
On this page

Search results