Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class SofortSubFormPlugin extends AbstractPlugin implements SubFormPluginInterface |
||
17 | { |
||
18 | /** |
||
19 | * @return \Spryker\Yves\StepEngine\Dependency\Form\SubFormInterface |
||
20 | */ |
||
21 | public function createSubForm() |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @return \Spryker\Yves\StepEngine\Dependency\Form\StepEngineFormDataProviderInterface |
||
30 | */ |
||
31 | public function createSubFormDataProvider() |
||
38 |