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