TYPO3  7.6
Public Member Functions | List of all members
IconProviderInterface Interface Reference
Inheritance diagram for IconProviderInterface:
BitmapIconProvider FontawesomeIconProvider SvgIconProvider

Public Member Functions

 prepareIconMarkup (Icon $icon, array $options=array())
 

Detailed Description

Interface IconProviderInterface

Definition at line 20 of file IconProviderInterface.php.

Member Function Documentation

prepareIconMarkup ( Icon  $icon,
array  $options = array() 
)

Prepare the icon markup and set it to the icon by setMarkup()

Parameters
Icon$icon
array$options

Implemented in SvgIconProvider, BitmapIconProvider, and FontawesomeIconProvider.