1 | <?php |
||
14 | class TranslationMessageType extends AbstractType |
||
15 | { |
||
16 | /** |
||
17 | * {@inheritDoc} |
||
18 | */ |
||
19 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
32 | |||
33 | /** |
||
34 | * {@inheritDoc} |
||
35 | */ |
||
36 | public function configureOptions(OptionsResolver $resolver) |
||
42 | |||
43 | /** |
||
44 | * {@inheritDoc} |
||
45 | */ |
||
46 | public function getName() |
||
50 | } |
||
51 |