1 | <?php |
||
23 | class BatchType extends AbstractType |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | 1 | public function buildForm(FormBuilderInterface $builder, array $options) |
|
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | 1 | public function configureOptions(OptionsResolver $resolver) |
|
50 | |||
51 | /** |
||
52 | * {@inheritdoc} |
||
53 | */ |
||
54 | 1 | public function getBlockPrefix() |
|
58 | } |
||
59 |