DefaultChoiceListFactory::createListFromChoices()
  • References/PHP/Symfony/Component/Form/ChoiceList/Factory

ChoiceListInterface

2025-01-10 15:47:30
ChoiceView
  • References/PHP/Symfony/Component/Form/ChoiceList/View

class ChoiceView Represents a choice in templates. Properties

2025-01-10 15:47:30
LazyChoiceList::getChoices()
  • References/PHP/Symfony/Component/Form/ChoiceList

array getChoices() Returns all selectable choices.

2025-01-10 15:47:30
ArrayKeyChoiceList deprecated::getValuesForChoices()
  • References/PHP/Symfony/Component/Form/ChoiceList

string[] getValuesForChoices(array $choices) Returns the values corresponding to the given choices

2025-01-10 15:47:30
CachingFactoryDecorator::createView()
  • References/PHP/Symfony/Component/Form/ChoiceList/Factory

ChoiceListView createView(

2025-01-10 15:47:30
ArrayChoiceList::getOriginalKeys()
  • References/PHP/Symfony/Component/Form/ChoiceList

int[]|string[] getOriginalKeys() Returns the original keys of the choices. The original

2025-01-10 15:47:30
Component\Form\ChoiceList\Factory
  • References/PHP/Symfony/Component/Form/ChoiceList

Classes

2025-01-10 15:47:30
ChoiceLoaderInterface
  • References/PHP/Symfony/Component/Form/ChoiceList/Loader

interface ChoiceLoaderInterface Loads a choice list. The methods {@link loadChoicesForValues()}

2025-01-10 15:47:30
ArrayKeyChoiceList deprecated::getChoicesForValues()
  • References/PHP/Symfony/Component/Form/ChoiceList

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

2025-01-10 15:47:30
ChoiceListInterface::getStructuredValues()
  • References/PHP/Symfony/Component/Form/ChoiceList

string[] getStructuredValues() Returns the values in the structure originally passed to the list

2025-01-10 15:47:30