class SkinCustomizerType extends AbstractCustomizerType (View source)

Properties

protected Application $app from  AbstractCustomizerType
protected string $language

scss or less

Methods

__construct(Application $app)

AbstractCustomizerType constructor.

string
getLanguage()

No description

void
setLanguage(string $language)

No description

getPresetType()

No description

bool
supportsCustomSkins()

No description

bool
supportsPageCustomization()

No description

Details

__construct(Application $app)

AbstractCustomizerType constructor.

Parameters

Application $app

string getLanguage()

No description

Return Value

string

void setLanguage(string $language)

No description

Parameters

string $language

Return Value

void

TypeInterface getPresetType()

No description

Return Value

TypeInterface

NormalizerInterface getVariableNormalizer()

No description

Return Value

NormalizerInterface

ProcessorInterface getStyleProcessor()

No description

Return Value

ProcessorInterface

ManagerInterface getParserManager()

No description

Return Value

ManagerInterface

bool supportsCustomSkins()

No description

Return Value

bool

bool supportsPageCustomization()

No description

Return Value

bool

PreviewHandlerInterface getPreviewHandler()

No description

ManagerInterface getCustomizationsManager()

No description

Return Value

ManagerInterface