1 | <?php |
||
19 | class ResourcesType extends AbstractType |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | * |
||
24 | * @param FormBuilderInterface $builder |
||
25 | * @param array $options |
||
26 | */ |
||
27 | 1 | public function buildForm(FormBuilderInterface $builder, array $options) |
|
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | * |
||
35 | * @param OptionsResolver $resolver |
||
36 | */ |
||
37 | 1 | public function configureOptions(OptionsResolver $resolver) |
|
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | * |
||
47 | * @return string |
||
48 | */ |
||
49 | public function getName() |
||
53 | } |
||
54 |