| 1 | <?php |
||
| 25 | class OffsetButtonExtension extends AbstractTypeExtension |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public function getExtendedType() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | public function configureOptions(OptionsResolver $resolver) |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritdoc} |
||
| 49 | */ |
||
| 50 | public function buildView(FormView $view, FormInterface $form, array $options) |
||
| 54 | } |
||
| 55 |