class NormalizedVariableCollection extends ArrayCollection implements JsonSerializable, DenormalizableInterface (View source)

A way to normalize SCSS/LESS variables that can be injected into different compilers, stored in the database etc.

..

Methods

bool|true
add(VariableInterface $element)

No description

VariableInterface|null
getVariable(string $name)

No description

jsonSerialize()

No description

denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])

No description

Details

bool|true add(VariableInterface $element)

No description

Parameters

VariableInterface $element

Return Value

bool|true

VariableInterface|null getVariable(string $name)

No description

Parameters

string $name

Return Value

VariableInterface|null

jsonSerialize()

No description

denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])

No description

Parameters

DenormalizerInterface $denormalizer
$data
$format
array $context