class Processor This class is the entry point for config normalization/merging/finalization.
setName(string $name) Sets the node Name.
string|array getExample() Retrieves the example configuration for this node.
setAddIfNotSet(bool $boolean) Sets whether to add default values for this array if it has not been
Classes
interface ConfigurationInterface Configuration interface. Methods
mixed getDefaultValue() Retrieves the default value.
mixed merge(mixed $leftSide, mixed $rightSide) Merges two values together.
Page 8 of 8