TreeBuilder
class TreeBuilder implements NodeParentInterface
This is the entry class for building a config tree.
Methods
buildTree()
Builds the tree.
Details
at line line 38
ArrayNodeDefinition|NodeDefinition
root(string $name, string $type = 'array', NodeBuilder $builder = null)
Creates the root node.
at line line 52
NodeInterface
buildTree()
Builds the tree.