ModifyIconForResourcePropertiesEvent

The PSR-14 event \TYPO3\CMS\Core\Resource\Event\ModifyIconForResourcePropertiesEvent is dispatched when an icon for a resource (file or folder) is fetched, allowing to modify the icon or overlay in an event listener.

Example

Note

Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.

API

class TYPO3\CMS\Core\Imaging\Event\ModifyIconForResourcePropertiesEvent

This is an Event every time an icon for a resource (file or folder) is fetched, allowing to modify the icon or overlay in an event listener.

getResource()
Return type

TYPO3\CMS\Core\Resource\ResourceInterface

getIconSize()
Return type

TYPO3\CMS\Core\Imaging\IconSize

getSize()

Deprecated: will be removed in v13, use getIconSize instead.

Return type

string

getOptions()
Return type

array

getIconIdentifier()
Return type

string

setIconIdentifier(string $iconIdentifier)
Parameters
  • $iconIdentifier (string) -- the iconIdentifier

getOverlayIdentifier()
Return type

string

setOverlayIdentifier(string $overlayIdentifier)
Parameters
  • $overlayIdentifier (string) -- the overlayIdentifier