| 1 | <?php namespace Bedard\Shop\FormWidgets; |
||
| 9 | class DriverConfig extends FormWidgetBase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritDoc} |
||
| 13 | */ |
||
| 14 | protected $defaultAlias = 'bedard_shop_driver_config'; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | */ |
||
| 19 | public function init() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritDoc} |
||
| 25 | */ |
||
| 26 | public function render() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Prepares the form widget view data |
||
| 34 | */ |
||
| 35 | public function prepareVars() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritDoc} |
||
| 45 | */ |
||
| 46 | public function loadAssets() |
||
| 51 | |||
| 52 | /** |
||
| 53 | * {@inheritDoc} |
||
| 54 | */ |
||
| 55 | public function getSaveValue($value) |
||
| 59 | |||
| 60 | protected function getShippingCalculators() |
||
| 66 | } |
||
| 67 |