class NormalizedVariableCollectionFactory (View source)

Responsible for creating a normalized collection of LESS/SCSS variables from a variety of input sources

Properties

protected $serializer

Methods

Details

__construct(JsonSerializer $serializer)

No description

Parameters

JsonSerializer $serializer

NormalizedVariableCollection createFromStyleValueList(StyleValueList $valueList)

No description

Parameters

StyleValueList $valueList

Return Value

NormalizedVariableCollection

NormalizedVariableCollection createFromPreset(Customizer $customizer, PresetInterface $preset)

No description

Parameters

Customizer $customizer
PresetInterface $preset

Return Value

NormalizedVariableCollection

createFromCustomSkin(CustomSkin $skin)

No description

Parameters

CustomSkin $skin