FormRegistryInterface::hasType()
  • References/PHP/Symfony/Component/Form

bool hasType(string $name) Returns whether the given form type is supported.

2025-01-10 15:47:30
LazyChoiceList::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
Form::isSubmitted()
  • References/PHP/Symfony/Component/Form

bool isSubmitted() Returns whether the form is submitted.

2025-01-10 15:47:30
AbstractExtension::getType()
  • References/PHP/Symfony/Component/Form

FormTypeInterface getType(string $name)

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

mixed getViewData() Returns the data transformed by the value transformer.

2025-01-10 15:47:30
Button::isSubmitted()
  • References/PHP/Symfony/Component/Form

bool isSubmitted() Returns whether the button is submitted.

2025-01-10 15:47:30
ResolvedTypeDataCollectorProxy::buildForm()
  • References/PHP/Symfony/Component/Form/Extension/DataCollector/Proxy

buildForm(FormBuilderInterface $builder,

2025-01-10 15:47:30
FormRenderer::humanize()
  • References/PHP/Symfony/Component/Form

string humanize(string $text) Makes a technical name human readable. Sequences of underscores

2025-01-10 15:47:30
FormView::setRendered()
  • References/PHP/Symfony/Component/Form

FormView setRendered()

2025-01-10 15:47:30
FormErrorIterator::rewind()
  • References/PHP/Symfony/Component/Form

rewind() Sets the iterator's position to the beginning. This method detects if errors have

2025-01-10 15:47:30