FontAwesomeIconProvider
in package
implements
IconProvider
Class FontAwesomeIconFactory
Tags
Table of Contents
Interfaces
- IconProvider
- IconProviders are used to render an icon for a specific icon library.
Methods
- getId() : string
- getNames() : array<string|int, string>
- Return all supported icon names.
- render() : string
- Use as follows:
- renderList() : mixed
- Renders a icon list:
- getIconSizeClass() : mixed
Methods
getId()
public
getId() : string
Return values
stringgetNames()
Return all supported icon names.
public
getNames() : array<string|int, string>
Tags
Return values
array<string|int, string>render()
Use as follows:
public
render(Icon $icon[, mixed $options = [] ]) : string
Parameters
- $icon : Icon
- $options : mixed = []
Return values
stringrenderList()
Renders a icon list:
public
renderList(mixed $listDefinition) : mixed
Parameters
- $listDefinition : mixed
-
[]
Tags
getIconSizeClass()
private
getIconSizeClass(Icon $icon) : mixed
Parameters
- $icon : Icon