1 | <?php |
||
10 | class EventType 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 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
29 | |||
30 | public function getBlockPrefix() |
||
34 | |||
35 | public function configureOptions(OptionsResolver $resolver) |
||
42 | } |
||
43 |