Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
45 | protected function getWizardIcon(): string |
||
46 | { |
||
47 | /** @var IconFactory $iconFactory */ |
||
48 | $iconFactory = GeneralUtility::makeInstance(IconFactory::class); |
||
49 | $icon = $iconFactory->getIcon( |
||
50 | 'tcarecords-tx_focuspoint_domain_model_filestandalone-default', |
||
51 | Icon::SIZE_SMALL, |
||
52 | null |
||
53 | ); |
||
54 | |||
55 | return $icon->render(); |
||
56 | } |
||
57 | } |
||
58 |