| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class ProductGroupWidgetDependencyProvider extends SprykerShopProductGroupWidgetDependencyProvider |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @return array<\SprykerShop\Yves\ProductGroupWidgetExtension\Dependency\Plugin\ProductViewExpanderPluginInterface> |
||
| 21 | */ |
||
| 22 | protected function getProductViewExpanderPlugins(): array |
||
| 23 | { |
||
| 24 | return [ |
||
| 25 | new AddToCartUrlProductViewExpanderPlugin(), |
||
| 26 | new ProductLabelProductViewExpanderPlugin(), |
||
| 27 | ]; |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return array<\SprykerShop\Yves\ProductGroupWidgetExtension\Dependency\Plugin\ProductViewBulkExpanderPluginInterface> |
||
| 32 | */ |
||
| 33 | protected function getProductViewBulkExpanderPlugins(): array |
||
| 37 | ]; |
||
| 38 | } |
||
| 40 |