| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class ProductConfigurationDependencyProvider extends SprykerProductConfigurationDependencyProvider |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @return array<\Spryker\Client\ProductConfigurationExtension\Dependency\Plugin\ProductConfiguratorRequestExpanderPluginInterface> |
||
| 21 | */ |
||
| 22 | protected function getProductConfigurationRequestExpanderPlugins(): array |
||
| 26 | ]; |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return array<\Spryker\Client\ProductConfigurationExtension\Dependency\Plugin\ProductConfigurationPriceExtractorPluginInterface> |
||
| 31 | */ |
||
| 32 | protected function getProductConfigurationPriceExtractorPlugins(): array |
||
| 39 |