1 | <?php |
||
15 | class ActivationType extends AbstractType |
||
16 | { |
||
17 | /** |
||
18 | * @param FormBuilderInterface $builder |
||
19 | * @param array $options |
||
20 | * @SuppressWarnings("UnusedFormalParameter") |
||
21 | * After add new field in UserType need create |
||
22 | * offsetUnset() method from this field in Security controller |
||
23 | */ |
||
24 | 3 | public function buildForm(FormBuilderInterface $builder, array $options) |
|
33 | |||
34 | 3 | public function configureOptions(OptionsResolver $resolver) |
|
41 | } |
||
42 |