| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ContentProductSetGuiConfig extends SprykerContentProductSetGuiConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var string |
||
| 18 | */ |
||
| 19 | protected const WIDGET_TEMPLATE_IDENTIFIER_ADD_TO_CART = 'add-to-cart'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Content item banner default template name |
||
| 23 | * |
||
| 24 | * @var string |
||
| 25 | */ |
||
| 26 | protected const WIDGET_TEMPLATE_DISPLAY_NAME_ADD_TO_CART = 'content_product_set.template.add_to_cart'; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return array<string, string> |
||
| 30 | */ |
||
| 31 | public function getContentWidgetTemplates(): array |
||
| 41 |