| 1 | <?php |
||
| 16 | class PayoneBancontactOnlineTransferSubFormPlugin extends AbstractPlugin implements SubFormPluginInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return \SprykerEco\Yves\Payone\Form\BancontactOnlineTransferSubForm |
||
| 20 | */ |
||
| 21 | public function createSubForm() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return \SprykerEco\Yves\Payone\Form\DataProvider\BancontactOnlineTransferDataProvider |
||
| 28 | */ |
||
| 29 | public function createSubFormDataProvider() |
||
| 33 | } |
||
| 34 |