class CustomizerVariableCollectionFactory (View source)

Responsible for looking at a style list and turning that list into a collection of variables fed to the customizer Why do we need this class? Because some types of controls like TypeStyle can have sub controls, but we want to know about their variables at a high level.

Methods

Details

CustomizerVariableCollection createFromStyleValueList(StyleValueList $valueList)

No description

Parameters

StyleValueList $valueList

Return Value

CustomizerVariableCollection