.. include:: /Includes.rst.txt .. index:: Events; ModifyIconForResourcePropertiesEvent .. _ModifyIconForResourcePropertiesEvent: ==================================== ModifyIconForResourcePropertiesEvent ==================================== The PSR-14 event :php:`\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 ======= .. include:: /_includes/EventsContributeNote.rst.txt API === .. include:: /CodeSnippets/Events/Core/Resource/ModifyIconForResourcePropertiesEvent.rst.txt