| 1 | <?php |
||
| 22 | class ContentType extends AbstractType |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | 2 | public function buildForm(FormBuilderInterface $builder, array $options) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | 2 | public function configureOptions(OptionsResolver $resolver) |
|
| 45 | |||
| 46 | /** |
||
| 47 | * {@inheritdoc} |
||
| 48 | */ |
||
| 49 | 1 | public function getBlockPrefix() |
|
| 53 | } |
||
| 54 |