1 | <?php |
||
11 | class UserActionsType extends AbstractType { |
||
12 | |||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
24 | |||
25 | /** |
||
26 | * @param OptionsResolverInterface $resolver |
||
27 | */ |
||
28 | public function setDefaultOptions(OptionsResolverInterface $resolver) |
||
36 | |||
37 | /** |
||
38 | * Returns the name of this type. |
||
39 | * |
||
40 | * @return string The name of this type |
||
41 | */ |
||
42 | public function getName() |
||
46 | } |