root('permissions'); $rootNode->children() ->arrayNode('groups') ->arrayPrototype() ->children() ->scalarNode('label')->end(); $rootNode->children() ->arrayNode('perms') ->arrayPrototype() ->children() ->scalarNode('label')->end() ->scalarNode('group')->end() ->arrayNode('operations') ->arrayPrototype() ->children() ->scalarNode('name')->end() ->scalarNode('label')->end() ->scalarNode('bit')->end() ->arrayNode('alsoSet') ->beforeNormalization()->castToArray()->end()->scalarPrototype()->end(); return $treeBuilder; } }