| 1 | <?php |
||
| 22 | final class AdminAvatarType extends AbstractType |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function buildForm(FormBuilderInterface $builder, array $options): void |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | public function configureOptions(OptionsResolver $resolver): void |
||
| 49 | |||
| 50 | /** |
||
| 51 | * {@inheritdoc} |
||
| 52 | */ |
||
| 53 | public function getBlockPrefix(): string |
||
| 57 | } |
||
| 58 |