| 1 | <?php |
||
| 11 | class MediaFocalPointType extends AbstractType |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * {@inheritdoc} |
||
| 15 | */ |
||
| 16 | 7 | public function configureOptions(OptionsResolver $resolver) |
|
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 7 | public function buildView(FormView $view, FormInterface $form, array $options) |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @param FormView $view |
||
| 36 | * @param FormInterface $form |
||
| 37 | * @param array $options |
||
| 38 | */ |
||
| 39 | 7 | public function finishView(FormView $view, FormInterface $form, array $options) |
|
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | 7 | public function getBlockPrefix() |
|
| 51 | |||
| 52 | /** |
||
| 53 | * @return string |
||
| 54 | */ |
||
| 55 | 7 | public function getParent() |
|
| 59 | } |
||
| 60 |