| 1 | <?php |
||
| 20 | class ResourceType extends AbstractType |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | * |
||
| 25 | * @param FormBuilderInterface $builder |
||
| 26 | * @param array $options |
||
| 27 | */ |
||
| 28 | 1 | public function buildForm(FormBuilderInterface $builder, array $options) |
|
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | * |
||
| 40 | * @param OptionsResolver $resolver |
||
| 41 | */ |
||
| 42 | 1 | public function configureOptions(OptionsResolver $resolver) |
|
| 49 | |||
| 50 | /** |
||
| 51 | * {@inheritdoc} |
||
| 52 | */ |
||
| 53 | 1 | public function getBlockPrefix() |
|
| 57 | } |
||
| 58 |