| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class QuickOrderDependencyProvider extends SprykerQuickOrderDependencyProvider |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @return array<\Spryker\Client\QuickOrderExtension\Dependency\Plugin\ProductConcreteExpanderPluginInterface> |
||
| 22 | */ |
||
| 23 | protected function getProductConcreteExpanderPlugins(): array |
||
| 24 | { |
||
| 25 | return [ |
||
| 26 | new ProductConcreteTransferBaseMeasurementUnitExpanderPlugin(), |
||
| 27 | ]; |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return array<\Spryker\Client\QuickOrderExtension\Dependency\Plugin\ItemValidatorPluginInterface> |
||
| 32 | */ |
||
| 33 | protected function getQuickOrderBuildItemValidatorPlugins(): array |
||
| 39 | ]; |
||
| 40 | } |
||
| 42 |