Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class RatepayElvSubFormPlugin extends AbstractPlugin implements SubFormPluginInterface |
||
17 | { |
||
18 | /** |
||
19 | * @return \Spryker\Yves\StepEngine\Dependency\Form\SubFormInterface |
||
20 | */ |
||
21 | public function createSubForm() |
||
22 | { |
||
23 | return $this->getFactory()->createElvForm(); |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @return \Spryker\Yves\StepEngine\Dependency\Form\StepEngineFormDataProviderInterface |
||
28 | */ |
||
29 | public function createSubFormDataProvider() |
||
32 | } |
||
33 | } |
||
34 |