class AdvancedModelType extends AbstractType

Methods

__construct(string|string[] $type)

Create new ModelType

buildForm(FormBuilderInterface $builder, array $options)

{@inheritdoc}

finishView(FormView $view, FormInterface $form, array $options)

{@inheritdoc}

configureOptions(OptionsResolver $resolver)

{@inheritdoc}

getParent()

{@inheritdoc}

getName()

{@inheritdoc}

Details

at line line 38
__construct(string|string[] $type)

Create new ModelType

Parameters

string|string[] $type The types of the model

at line line 47
buildForm(FormBuilderInterface $builder, array $options)

{@inheritdoc}

Parameters

FormBuilderInterface $builder
array $options

at line line 122
finishView(FormView $view, FormInterface $form, array $options)

{@inheritdoc}

Parameters

FormView $view
FormInterface $form
array $options

at line line 144
configureOptions(OptionsResolver $resolver)

{@inheritdoc}

Parameters

OptionsResolver $resolver

at line line 172
getParent()

{@inheritdoc}

at line line 180
getName()

{@inheritdoc}