| Total Complexity | 1 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ContentBannerGuiConfig extends SprykerContentBannerGuiConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @uses \Pyz\Shared\ContentBanner\ContentBannerConfig::WIDGET_TEMPLATE_IDENTIFIER_HOME_PAGE |
||
| 18 | */ |
||
| 19 | protected const WIDGET_TEMPLATE_IDENTIFIER_HOME_PAGE = 'home-page'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Content item banner home page template name |
||
| 23 | */ |
||
| 24 | protected const WIDGET_TEMPLATE_DISPLAY_NAME_HOME_PAGE = 'content_banner.template.home-page'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return array<string, string> |
||
| 28 | */ |
||
| 29 | public function getContentWidgetTemplates(): array |
||
| 38 |