| 1 | <?php |
||
| 16 | class ImageTypeExtension extends AbstractTypeExtension |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | public function buildView(FormView $view, FormInterface $form, array $options) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * {@inheritdoc} |
||
| 41 | */ |
||
| 42 | public function getExtendedType() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritdoc} |
||
| 49 | */ |
||
| 50 | public function configureOptions(OptionsResolver $resolver) |
||
| 54 | } |
||
| 55 |