Documentation

EntityLoaderInterface

Custom loader for entities in the choice list.

Tags
author

Benjamin Eberlei kontakt@beberlei.de

Table of Contents

Methods

getEntities()  : array<string|int, mixed>
Returns an array of entities that are valid choices in the corresponding choice list.
getEntitiesByIds()  : array<string|int, mixed>
Returns an array of entities matching the given identifiers.

Methods

getEntities()

Returns an array of entities that are valid choices in the corresponding choice list.

public getEntities() : array<string|int, mixed>
Return values
array<string|int, mixed>

getEntitiesByIds()

Returns an array of entities matching the given identifiers.

public getEntitiesByIds(string $identifier, array<string|int, mixed> $values) : array<string|int, mixed>
Parameters
$identifier : string
$values : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results