interface EntityLoaderInterface
Custom loader for entities in the choice list.
Methods
| array |
getEntities()
Returns an array of entities that are valid choices in the corresponding choice list. |
|
| array |
getEntitiesByIds(string $identifier, array $values)
Returns an array of entities matching the given identifiers. |
Details
at line 26
public array
getEntities()
Returns an array of entities that are valid choices in the corresponding choice list.
at line 38
public array
getEntitiesByIds(string $identifier, array $values)
Returns an array of entities matching the given identifiers.