| 1 | <?php |
||
| 9 | class CredentialType extends AbstractType |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | */ |
||
| 14 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function getName() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function setDefaultOptions(OptionsResolverInterface $resolver) |
||
| 40 | } |
||
| 41 |