‪TYPO3CMS  10.4
TYPO3\CMS\Core\Imaging\Icon Class Reference

Public Member Functions

string getMarkup ($alternativeMarkupIdentifier=null)
 
 setMarkup ($markup)
 
string getAlternativeMarkup ($markupIdentifier)
 
 setAlternativeMarkup ($markupIdentifier, $markup)
 
string getIdentifier ()
 
 setIdentifier ($identifier)
 
Icon getOverlayIcon ()
 
 setOverlayIcon ($overlayIcon)
 
string getSize ()
 
 setSize ($size)
 
bool isSpinning ()
 
 setSpinning ($spinning)
 
IconState getState ()
 
 setState (IconState $state)
 
Dimension getDimension ()
 
string render ($alternativeMarkupIdentifier=null)
 
string __toString ()
 

Public Attributes

const SIZE_SMALL = 'small'
 
const SIZE_DEFAULT = 'default'
 
const SIZE_LARGE = 'large'
 
const SIZE_OVERLAY = 'overlay'
 

Protected Member Functions

string wrappedIcon ($alternativeMarkupIdentifier=null)
 

Protected Attributes

string $identifier
 
Icon $overlayIcon
 
string $size = ''
 
bool $spinning = false
 
IconState $state
 
Dimension $dimension
 
string $markup
 
array $alternativeMarkups = array( )
 

Detailed Description

Icon object, holds all information for one icon, identified by the "identifier" property. Is available to render itself as string.

Definition at line 25 of file Icon.php.

Member Function Documentation

◆ __toString()

string TYPO3\CMS\Core\Imaging\Icon::__toString ( )

Render the icon as HTML code

Returns
‪string

Definition at line 246 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\render().

◆ getAlternativeMarkup()

string TYPO3\CMS\Core\Imaging\Icon::getAlternativeMarkup (   $markupIdentifier)
Parameters
string$markupIdentifier
Returns
‪string

Definition at line 118 of file Icon.php.

◆ getDimension()

◆ getIdentifier()

◆ getMarkup()

string TYPO3\CMS\Core\Imaging\Icon::getMarkup (   $alternativeMarkupIdentifier = null)

this method is used for internal processing, to get the prepared and final markup use render()

Parameters
string$alternativeMarkupIdentifier
Returns
‪string

Definition at line 97 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$markup.

Referenced by TYPO3\CMS\Core\Imaging\Icon\wrappedIcon().

◆ getOverlayIcon()

Icon TYPO3\CMS\Core\Imaging\Icon::getOverlayIcon ( )

◆ getSize()

string TYPO3\CMS\Core\Imaging\Icon::getSize ( )
Returns
‪string

Definition at line 167 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$size.

◆ getState()

IconState TYPO3\CMS\Core\Imaging\Icon::getState ( )
Returns
‪IconState

Definition at line 202 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$state.

◆ isSpinning()

bool TYPO3\CMS\Core\Imaging\Icon::isSpinning ( )
Returns
‪bool

Definition at line 186 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$spinning.

Referenced by TYPO3\CMS\Core\Imaging\Icon\wrappedIcon().

◆ render()

string TYPO3\CMS\Core\Imaging\Icon::render (   $alternativeMarkupIdentifier = null)

◆ setAlternativeMarkup()

TYPO3\CMS\Core\Imaging\Icon::setAlternativeMarkup (   $markupIdentifier,
  $markup 
)

◆ setIdentifier()

TYPO3\CMS\Core\Imaging\Icon::setIdentifier (   $identifier)
Parameters
string$identifier

Definition at line 143 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$identifier.

◆ setMarkup()

◆ setOverlayIcon()

TYPO3\CMS\Core\Imaging\Icon::setOverlayIcon (   $overlayIcon)
Parameters
Icon$overlayIcon

Definition at line 159 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$overlayIcon.

◆ setSize()

TYPO3\CMS\Core\Imaging\Icon::setSize (   $size)

Sets the size and creates the new dimension

Parameters
string$size

Definition at line 177 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$size.

◆ setSpinning()

TYPO3\CMS\Core\Imaging\Icon::setSpinning (   $spinning)
Parameters
bool$spinning

Definition at line 194 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$spinning.

◆ setState()

TYPO3\CMS\Core\Imaging\Icon::setState ( IconState  $state)

Sets the state of the icon

Parameters
IconState$state

Definition at line 212 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$state.

◆ wrappedIcon()

string TYPO3\CMS\Core\Imaging\Icon::wrappedIcon (   $alternativeMarkupIdentifier = null)
protected

Wrap icon markup in unified HTML code

Parameters
string$alternativeMarkupIdentifier
Returns
‪string

Definition at line 258 of file Icon.php.

References TYPO3\CMS\Core\Imaging\Icon\$markup, TYPO3\CMS\Core\Imaging\Icon\$size, TYPO3\CMS\Core\Imaging\Icon\getIdentifier(), TYPO3\CMS\Core\Imaging\Icon\getMarkup(), and TYPO3\CMS\Core\Imaging\Icon\isSpinning().

Referenced by TYPO3\CMS\Core\Imaging\Icon\render().

Member Data Documentation

◆ $alternativeMarkups

array TYPO3\CMS\Core\Imaging\Icon::$alternativeMarkups = array( )
protected

Definition at line 88 of file Icon.php.

◆ $dimension

Dimension TYPO3\CMS\Core\Imaging\Icon::$dimension
protected

Definition at line 80 of file Icon.php.

Referenced by TYPO3\CMS\Core\Imaging\Icon\getDimension().

◆ $identifier

string TYPO3\CMS\Core\Imaging\Icon::$identifier
protected

The identifier which the PHP code that calls the IconFactory hands over

Definition at line 52 of file Icon.php.

Referenced by TYPO3\CMS\Core\Imaging\Icon\getIdentifier(), and TYPO3\CMS\Core\Imaging\Icon\setIdentifier().

◆ $markup

◆ $overlayIcon

Icon TYPO3\CMS\Core\Imaging\Icon::$overlayIcon
protected

The identifier for a possible overlay icon

Definition at line 58 of file Icon.php.

Referenced by TYPO3\CMS\Core\Imaging\Icon\getOverlayIcon(), and TYPO3\CMS\Core\Imaging\Icon\setOverlayIcon().

◆ $size

string TYPO3\CMS\Core\Imaging\Icon::$size = ''
protected

Contains the size string ("large", "small" or "default")

Definition at line 64 of file Icon.php.

Referenced by TYPO3\CMS\Core\Imaging\Icon\getSize(), TYPO3\CMS\Core\Imaging\Icon\setSize(), and TYPO3\CMS\Core\Imaging\Icon\wrappedIcon().

◆ $spinning

bool TYPO3\CMS\Core\Imaging\Icon::$spinning = false
protected

Flag to indicate if the icon has a spinning animation

Definition at line 70 of file Icon.php.

Referenced by TYPO3\CMS\Core\Imaging\Icon\isSpinning(), and TYPO3\CMS\Core\Imaging\Icon\setSpinning().

◆ $state

IconState TYPO3\CMS\Core\Imaging\Icon::$state
protected

Contains the state information

Definition at line 76 of file Icon.php.

Referenced by TYPO3\CMS\Core\Imaging\Icon\getState(), and TYPO3\CMS\Core\Imaging\Icon\setState().

◆ SIZE_DEFAULT

◆ SIZE_LARGE

◆ SIZE_OVERLAY

const TYPO3\CMS\Core\Imaging\Icon::SIZE_OVERLAY = 'overlay'

◆ SIZE_SMALL

const TYPO3\CMS\Core\Imaging\Icon::SIZE_SMALL = 'small'

Definition at line 30 of file Icon.php.

Referenced by TYPO3\CMS\Core\Imaging\Dimension\__construct(), TYPO3\CMS\Filelist\FileList\__construct(), TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems\addData(), TYPO3\CMS\Backend\ViewHelpers\ModuleLayout\Button\AbstractButtonViewHelper\addDefaultAttributes(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\addSortLink(), TYPO3\CMS\Core\Tree\TableConfiguration\DatabaseTreeDataProvider\buildRepresentationForNode(), TYPO3\CMS\Backend\Controller\SiteConfigurationController\configureEditViewDocHeader(), TYPO3\CMS\Backend\Controller\SiteConfigurationController\configureOverViewDocHeader(), TYPO3\CMS\Core\Tests\Unit\Imaging\IconFactoryTest\differentSizesDataProvider(), TYPO3\CMS\Backend\View\Drawing\BackendLayoutRenderer\drawPasteIcon(), TYPO3\CMS\Recordlist\LinkHandler\FileLinkHandler\expandFolder(), TYPO3\CMS\Impexp\Controller\ExportController\exportData(), TYPO3\CMS\Core\TypoScript\ExtendedTemplateService\ext_getTemplateHierarchyArr(), TYPO3\CMS\Core\TypoScript\ExtendedTemplateService\ext_printFields(), TYPO3\CMS\Impexp\View\ExportPageTreeView\ext_tree(), TYPO3\CMS\Backend\Controller\File\FileController\flattenResultDataValue(), TYPO3\CMS\Filelist\FileList\formatDirList(), TYPO3\CMS\Filelist\FileList\formatFileList(), TYPO3\CMS\Lowlevel\Controller\DatabaseIntegrityController\func_records(), TYPO3\CMS\Filelist\FileList\fwd_rwd_HTML(), TYPO3\CMS\Workspaces\Service\GridDataService\generateDataArray(), TYPO3\CMS\Backend\View\PageLayoutView\generateLanguageView(), TYPO3\CMS\Backend\Tree\View\FolderTreeView\getBrowseableTreeForStorage(), TYPO3\CMS\Scheduler\Controller\SchedulerModuleController\getBrowseButton(), TYPO3\CMS\Redirects\Controller\ManagementController\getButtons(), TYPO3\CMS\Backend\Controller\Wizard\TableController\getButtons(), TYPO3\CMS\Impexp\Controller\ImportExportController\getButtons(), TYPO3\CMS\Backend\Controller\ContentElement\ElementHistoryController\getButtons(), TYPO3\CMS\Backend\Controller\FileSystemNavigationFrameController\getButtons(), TYPO3\CMS\Info\Controller\InfoModuleController\getButtons(), TYPO3\CMS\Impexp\Controller\ImportController\getButtons(), TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController\getButtons(), TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController\getButtons(), TYPO3\CMS\Backend\Controller\NewRecordController\getButtons(), TYPO3\CMS\Backend\Controller\ContentElement\NewContentElementController\getButtons(), TYPO3\CMS\Setup\Controller\SetupModuleController\getButtons(), TYPO3\CMS\Scheduler\Controller\SchedulerModuleController\getButtons(), TYPO3\CMS\Filelist\Controller\File\EditFileController\getButtonsInternal(), TYPO3\CMS\Backend\Clipboard\Clipboard\getContentFromTab(), TYPO3\CMS\Backend\Controller\ContextHelpAjaxController\getContextHelp(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\getDocHeaderButtons(), TYPO3\CMS\Backend\Tree\View\FolderTreeView\getFolderTree(), TYPO3\CMS\Info\Controller\PageInformationController\getIcon(), TYPO3\CMS\Backend\Tree\View\AbstractTreeView\getIcon(), TYPO3\CMS\Backend\View\PageLayoutView\getIcon(), TYPO3\CMS\Backend\Form\Utility\FormEngineUtility\getIconHtml(), TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumnItem\getIcons(), TYPO3\CMS\Backend\Form\Container\InlineControlContainer\getLevelInteractionButton(), TYPO3\CMS\Backend\Form\Element\InputLinkElement\getLinkExplanation(), TYPO3\CMS\Info\Controller\InfoPageTyposcriptConfigController\getList(), TYPO3\CMS\Backend\Clipboard\Clipboard\getLocalizations(), TYPO3\CMS\Backend\View\BackendLayout\Grid\LanguageColumn\getPageIcon(), TYPO3\CMS\Backend\Template\DocumentTemplate\getPageInfo(), TYPO3\CMS\Backend\Controller\ContentElement\ElementInformationController\getPageTitle(), TYPO3\CMS\Form\Controller\FormManagerController\getProcessedReferencesRows(), TYPO3\CMS\Backend\Search\LiveSearch\LiveSearch\getRecordArray(), TYPO3\CMS\Backend\Tree\View\PagePositionMap\getRecordHeader(), TYPO3\CMS\Backend\Template\Components\MetaInformation\getRecordInformations(), TYPO3\CMS\Backend\Controller\Page\LocalizationController\getRecordLocalizeSummary(), TYPO3\CMS\Recordlist\LinkHandler\PageLinkHandler\getRecordsOnExpandedPage(), TYPO3\CMS\Backend\Tree\View\AbstractTreeView\getRootIcon(), TYPO3\CMS\Workspaces\Controller\Remote\RemoteServer\getRowDetails(), TYPO3\CMS\Backend\Controller\PageLayoutController\getSearchBox(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\getSearchBox(), TYPO3\CMS\Backend\Backend\Shortcut\ShortcutRepository\getShortcutIcon(), TYPO3\CMS\Core\Tests\Unit\Imaging\IconTest\getSizeIdentifierReturnsCorrectIdentifier(), TYPO3\CMS\Workspaces\Controller\Remote\RemoteServer\getSystemLanguages(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\getTable(), TYPO3\CMS\Info\Controller\PageInformationController\getTable_pages(), TYPO3\CMS\Backend\View\PageLayoutView\getTable_tt_content(), TYPO3\CMS\IndexedSearch\Domain\Repository\AdministrationRepository\getTree(), TYPO3\CMS\Backend\Controller\Page\LocalizationController\getUsedLanguagesInPage(), TYPO3\CMS\Backend\Utility\BackendUtility\helpText(), TYPO3\CMS\Workspaces\Controller\ReviewController\indexAction(), TYPO3\CMS\Workspaces\Controller\ReviewController\initializeAction(), TYPO3\CMS\Core\ViewHelpers\IconForRecordViewHelper\initializeArguments(), TYPO3\CMS\Core\ViewHelpers\IconForResourceViewHelper\initializeArguments(), TYPO3\CMS\Core\ViewHelpers\IconViewHelper\initializeArguments(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\languageFlag(), TYPO3\CMS\Backend\RecordList\ElementBrowserRecordList\linkWrapItems(), TYPO3\CMS\Filelist\FileList\linkWrapSort(), TYPO3\CMS\Info\Controller\InfoPageTyposcriptConfigController\main(), TYPO3\CMS\Info\Controller\TranslationStatusController\main(), TYPO3\CMS\Filelist\Controller\File\CreateFolderController\main(), TYPO3\CMS\Recordlist\Controller\RecordListController\main(), TYPO3\CMS\Backend\Controller\Page\SortSubPagesController\mainAction(), TYPO3\CMS\Backend\Controller\Page\NewMultiplePagesController\mainAction(), TYPO3\CMS\Backend\Controller\PageLayoutController\makeButtons(), TYPO3\CMS\Filelist\FileList\makeClip(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\makeClip(), TYPO3\CMS\Impexp\Controller\ExportController\makeConfigurationForm(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\makeControl(), TYPO3\CMS\Filelist\FileList\makeEdit(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\makeLocalizationPanel(), TYPO3\CMS\Backend\Controller\ContentElement\ElementInformationController\makeRef(), TYPO3\CMS\Backend\Controller\ContentElement\ElementInformationController\makeRefFrom(), TYPO3\CMS\Backend\Template\DocumentTemplate\makeShortcutIcon(), TYPO3\CMS\Backend\Template\ModuleTemplate\makeShortcutIcon(), TYPO3\CMS\Backend\View\PageLayoutView\newLanguageButton(), TYPO3\CMS\Info\Controller\PageInformationController\pages_drawItem(), TYPO3\CMS\Backend\Controller\Page\TreeController\pagesToFlatArray(), TYPO3\CMS\Backend\Tree\View\PagePositionMap\positionTree(), TYPO3\CMS\Backend\ContextMenu\ItemProviders\AbstractProvider\prepareItems(), TYPO3\CMS\Backend\Form\Wizard\SuggestWizardDefaultReceiver\queryTable(), TYPO3\CMS\Filelist\Controller\FileListController\registerButtons(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerCloseButtonToButtonBar(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerColumnsOnlyButtonToButtonBar(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerDeleteButtonToButtonBar(), TYPO3\CMS\Viewpage\Controller\ViewModuleController\registerDocHeader(), TYPO3\CMS\Extensionmanager\Controller\UpdateScriptController\registerDocheaderButtons(), TYPO3\CMS\Extensionmanager\Controller\DistributionController\registerDocheaderButtons(), TYPO3\CMS\Beuser\Controller\PermissionController\registerDocHeaderButtons(), TYPO3\CMS\Recycler\Controller\RecyclerModuleController\registerDocheaderButtons(), TYPO3\CMS\Extensionmanager\Controller\ExtensionComposerStatusController\registerDocHeaderButtons(), TYPO3\CMS\Backend\Controller\HelpController\registerDocheaderButtons(), TYPO3\CMS\Extensionmanager\Controller\ListController\registerDocheaderButtons(), TYPO3\CMS\Form\Controller\FormEditorController\registerDocheaderButtons(), TYPO3\CMS\Form\Controller\FormManagerController\registerDocheaderButtons(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerDuplicationButtonToButtonBar(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerHistoryButtonToButtonBar(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerNewButtonToButtonBar(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerOpenInNewWindowButtonToButtonBar(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerSaveButtonToButtonBar(), TYPO3\CMS\Backend\Controller\EditDocumentController\registerViewButtonToButtonBar(), TYPO3\CMS\Backend\Form\Container\FlexFormContainerContainer\render(), TYPO3\CMS\Backend\Form\FieldWizard\TableList\render(), TYPO3\CMS\Backend\Form\FieldWizard\OtherLanguageContent\render(), TYPO3\CMS\Backend\Form\FieldWizard\RecordsOverview\render(), TYPO3\CMS\Backend\Form\Container\FlexFormSectionContainer\render(), TYPO3\CMS\Backend\Form\Container\OuterWrapContainer\render(), TYPO3\CMS\Backend\Form\FieldWizard\OtherLanguageThumbnails\render(), TYPO3\CMS\Extensionmanager\ViewHelpers\ReloadSqlDataViewHelper\render(), TYPO3\CMS\Backend\Form\NodeExpansion\FieldControl\render(), TYPO3\CMS\Extensionmanager\ViewHelpers\RemoveExtensionViewHelper\render(), TYPO3\CMS\Extensionmanager\ViewHelpers\UpdateScriptViewHelper\render(), TYPO3\CMS\Extensionmanager\ViewHelpers\ToggleExtensionInstallationStateViewHelper\render(), TYPO3\CMS\Backend\Form\Element\InputDateTimeElement\render(), TYPO3\CMS\Backend\Form\Element\SelectCheckBoxElement\render(), TYPO3\CMS\Backend\Form\Element\InputSlugElement\render(), TYPO3\CMS\Backend\Form\Element\InputLinkElement\render(), TYPO3\CMS\Backend\Form\Element\GroupElement\render(), TYPO3\CMS\Backend\Form\Element\SelectMultipleSideBySideElement\render(), TYPO3\CMS\Core\Tests\Unit\ViewHelpers\IconViewHelperTest\renderCallsIconFactoryWithDefaultSizeAndDefaultStateAndReturnsResult(), TYPO3\CMS\Core\Tests\Unit\ViewHelpers\IconViewHelperTest\renderCallsIconFactoryWithGivenStateAndReturnsResult(), TYPO3\CMS\Filelist\FileList\renderClipboardHeaderRow(), TYPO3\CMS\Filelist\Controller\File\FileUploadController\renderContent(), TYPO3\CMS\Filelist\Controller\File\RenameFileController\renderContent(), TYPO3\CMS\Filelist\Controller\File\ReplaceFileController\renderContent(), TYPO3\CMS\Backend\Controller\PageLayoutController\renderContent(), TYPO3\CMS\Backend\View\PageLayoutView\renderContentElementPreview(), TYPO3\CMS\Recordlist\Browser\FileBrowser\renderFilesInFolder(), TYPO3\CMS\Recordlist\Browser\FolderBrowser\renderFolders(), TYPO3\CMS\Backend\Form\Container\InlineRecordContainer\renderForeignRecordHeader(), TYPO3\CMS\Backend\Form\Container\InlineRecordContainer\renderForeignRecordHeaderControl(), TYPO3\CMS\Beuser\Controller\PermissionAjaxController\renderGroupSelector(), TYPO3\CMS\Recordlist\LinkHandler\FolderLinkHandler\renderItem(), TYPO3\CMS\Recordlist\LinkHandler\FileLinkHandler\renderItem(), TYPO3\CMS\Info\Controller\TranslationStatusController\renderL10nTable(), TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumnItem\renderLanguageFlag(), TYPO3\CMS\Backend\View\PageLayoutView\renderLanguageFlag(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\renderListHeader(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\renderListNavigation(), TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList\renderListRow(), TYPO3\CMS\Backend\Controller\NewRecordController\renderNewRecordControls(), TYPO3\CMS\Backend\Preview\StandardContentPreviewRenderer\renderPageModulePreviewContent(), TYPO3\CMS\Backend\Form\Container\InlineControlContainer\renderPossibleRecordsSelectorTypeGroupDB(), TYPO3\CMS\Backend\Form\Container\InlineControlContainer\renderPossibleRecordsSelectorTypeSelect(), TYPO3\CMS\Backend\Form\Element\CheckboxElement\renderSingleCheckboxElement(), TYPO3\CMS\Beuser\ViewHelpers\SwitchUserViewHelper\renderStatic(), TYPO3\CMS\Beuser\ViewHelpers\SpriteIconForRecordViewHelper\renderStatic(), TYPO3\CMS\Fluid\ViewHelpers\Be\PageInfoViewHelper\renderStatic(), TYPO3\CMS\Recordlist\Browser\DatabaseBrowser\renderTableRecords(), TYPO3\CMS\Linkvalidator\Report\LinkValidatorReport\renderTableRow(), TYPO3\CMS\Beuser\Controller\PermissionAjaxController\renderToggleEditLock(), TYPO3\CMS\Beuser\Controller\PermissionAjaxController\renderUserSelector(), TYPO3\CMS\Setup\Controller\SetupModuleController\renderUserSetup(), TYPO3\CMS\Core\Database\QueryView\resultRowDisplay(), TYPO3\CMS\Core\TimeTracker\TimeTracker\setTSlogMessage(), TYPO3\CMS\Core\Tests\Unit\Imaging\IconProvider\FontawesomeIconProviderTest\setUp(), TYPO3\CMS\Core\Tests\Unit\Imaging\IconProvider\BitmapIconProviderTest\setUp(), TYPO3\CMS\Core\Tests\Unit\Imaging\IconProvider\SvgIconProviderTest\setUp(), TYPO3\CMS\Core\Tests\Unit\Imaging\IconProvider\SvgSpriteIconProviderTest\setUp(), TYPO3\CMS\Core\Tests\Unit\Imaging\IconTest\setUp(), TYPO3\CMS\Viewpage\Controller\ViewModuleController\showAction(), TYPO3\CMS\IndexedSearch\Controller\AdministrationController\statisticDetailsAction(), TYPO3\CMS\Backend\Utility\BackendUtility\thumbCode(), TYPO3\CMS\Recycler\Controller\DeletedRecordsController\transform(), TYPO3\CMS\Backend\View\PageLayoutView\tt_content_drawColHeader(), TYPO3\CMS\Backend\View\PageLayoutView\tt_content_drawHeader(), TYPO3\CMS\Backend\View\PageLayoutView\tt_content_drawPasteIcon(), TYPO3\CMS\Backend\View\PageTreeView\wrapIcon(), TYPO3\CMS\Backend\Utility\BackendUtility\wrapInHelp(), and TYPO3\CMS\Recordlist\Tree\View\ElementBrowserPageTreeView\wrapTitle().