| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class CmsChartContentWidgetConfigurationProvider implements CmsContentWidgetConfigurationProviderInterface |
||
| 13 | { |
||
| 14 | public const FUNCTION_NAME = 'chart'; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public function getFunctionName(): string |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | public function getAvailableTemplates(): array |
||
| 31 | ]; |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return string |
||
| 36 | */ |
||
| 37 | public function getUsageInformation(): string |
||
| 42 |