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