FontIconsManager
in package

Table of Contents

$fonts  : array<string|int, mixed>
__construct()  : mixed
deregisterFont()  : mixed
enqueueFontAwesome()  : mixed
extendFontIcons()  : mixed
getFonts()  : mixed
registerFont()  : mixed
setIconsListLocalizeData()  : array<string|int, mixed>
getCategorizedIconList()  : array<string|int, mixed>
registerFontAwesome()  : mixed

Properties

$fonts

private array<string|int, mixed> $fonts

Methods

__construct()

public __construct() : mixed
Return values
mixed

deregisterFont()

public deregisterFont(string $fontName) : mixed
Parameters
$fontName : string
Return values
mixed

enqueueFontAwesome()

public enqueueFontAwesome() : mixed
Return values
mixed

extendFontIcons()

public extendFontIcons() : mixed
Return values
mixed

getFonts()

public getFonts() : mixed
Return values
mixed

registerFont()

public registerFont(string $fontName, array<string|int, mixed> $args) : mixed
Parameters
$fontName : string
$args : array<string|int, mixed>

{ Optional. Array of icon font arguments. Any arguments may be defined, however the ones described below are supported by default. Default empty array.

Tags
type

array $icons Array of categories that contains icons

type

array $style Handle of style }

Return values
mixed

setIconsListLocalizeData()

public setIconsListLocalizeData(array<string|int, mixed> $localizeData) : array<string|int, mixed>
Parameters
$localizeData : array<string|int, mixed>
Return values
array<string|int, mixed>

getCategorizedIconList()

private getCategorizedIconList() : array<string|int, mixed>
Return values
array<string|int, mixed>

registerFontAwesome()

private registerFontAwesome() : mixed
Return values
mixed

Search results