| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | final class MollieGatewayMethodsAutocompleteChoiceType extends AbstractType |
||
| 21 | { |
||
| 22 | public function configureOptions(OptionsResolver $resolver): void |
||
| 23 | { |
||
| 24 | $resolver->setDefaults([ |
||
| 25 | 'resource' => 'bitbag_sylius_mollie_plugin.mollie_gateway_config', |
||
| 26 | 'choice_name' => 'methodId', |
||
| 27 | 'choice_value' => 'id', |
||
| 28 | 'label' => false, |
||
| 29 | ]); |
||
| 30 | } |
||
| 31 | |||
| 32 | public function buildView(FormView $view, FormInterface $form, array $options): void |
||
| 36 | } |
||
| 37 | |||
| 38 | public function getBlockPrefix(): string |
||
| 41 | } |
||
| 42 | |||
| 43 | public function getParent(): string |
||
| 48 |