CollectionToArrayTransformer
  • References/PHP/Symfony/Bridge/Doctrine/Form/DataTransformer

class CollectionToArrayTransformer implements

2025-01-10 15:47:30
EntityLoaderInterface
  • References/PHP/Symfony/Bridge/Doctrine/Form/ChoiceList

interface EntityLoaderInterface Custom loader for entities in the choice list.

2025-01-10 15:47:30
EntityChoiceList deprecated::getChoices()
  • References/PHP/Symfony/Bridge/Doctrine/Form/ChoiceList

array getChoices() Returns the list of entities.

2025-01-10 15:47:30
EntityChoiceList deprecated::getPreferredViews()
  • References/PHP/Symfony/Bridge/Doctrine/Form/ChoiceList

array getPreferredViews() Returns the choice views of the preferred choices as nested array with

2025-01-10 15:47:30
CollectionToArrayTransformer::reverseTransform()
  • References/PHP/Symfony/Bridge/Doctrine/Form/DataTransformer

mixed reverseTransform(mixed $array) Transforms choice keys into entities.

2025-01-10 15:47:30
EntityChoiceList deprecated::getValuesForChoices()
  • References/PHP/Symfony/Bridge/Doctrine/Form/ChoiceList

array getValuesForChoices(array $entities) Returns the values corresponding to the given entities

2025-01-10 15:47:30
EntityChoiceList deprecated::getIndicesForChoices()
  • References/PHP/Symfony/Bridge/Doctrine/Form/ChoiceList

array getIndicesForChoices(array $entities) deprecated

2025-01-10 15:47:30
EntityType
  • References/PHP/Symfony/Bridge/Doctrine/Form/Type

class EntityType extends

2025-01-10 15:47:30
EntityChoiceList deprecated::getRemainingViews()
  • References/PHP/Symfony/Bridge/Doctrine/Form/ChoiceList

array getRemainingViews() Returns the choice views of the choices that are not preferred as nested

2025-01-10 15:47:30
EntityChoiceList deprecated::getChoicesForValues()
  • References/PHP/Symfony/Bridge/Doctrine/Form/ChoiceList

array getChoicesForValues(array $values) Returns the entities corresponding to the given values

2025-01-10 15:47:30