NormalizedVariableCollection
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
                
                
                
            
                    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
        
                            VariableInterface|null
    getVariable(string $name)
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description
        
                            
    denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = [])
        
    
    No description