| 1 | <?php |
||
| 10 | class LoginType extends AbstractType |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param FormBuilderInterface $builder |
||
| 14 | * @param array $options |
||
| 15 | * @SuppressWarnings("UnusedFormalParameter") |
||
| 16 | * After add new field in UserType need create |
||
| 17 | * offsetUnset() method from this field in Security controller |
||
| 18 | */ |
||
| 19 | 1 | public function buildForm(FormBuilderInterface $builder, array $options) |
|
| 25 | |||
| 26 | 1 | public function getBlockPrefix() |
|
| 30 | |||
| 31 | 1 | public function configureOptions(OptionsResolver $resolver) |
|
| 37 | } |
||
| 38 |