![]() |
TYPO3
7.6
|
Public Member Functions | |
overrideResourceIcon (\TYPO3\CMS\Core\Resource\ResourceInterface $resource, &$iconName, array &$options, array &$overlays) | |
Interface for classes which hook into IconUtility::getSpriteIconForResource()
Definition at line 22 of file IconUtilityOverrideResourceIconHookInterface.php.
overrideResourceIcon | ( | \TYPO3\CMS\Core\Resource\ResourceInterface | $resource, |
& | $iconName, | ||
array & | $options, | ||
array & | $overlays | ||
) |
Influence the choice of icon and overlays for a ResourceIcon
The $iconName, $options and $overlays are passed as references in order to be modified within the hook
\TYPO3\CMS\Core\Resource\ResourceInterface | $resource | |
string | $iconName | |
array | $options | |
array | $overlays |