1 | <?php |
||
26 | class IdentityType extends AbstractType |
||
27 | { |
||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function buildForm(FormBuilderInterface $builder, array $options): void |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function configureOptions(OptionsResolver $resolver): void |
||
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | public function getBlockPrefix(): string |
||
60 | } |
||
61 |