root('permissions'); $rootNode->children() ->arrayNode('perms') ->arrayPrototype() ->children() ->scalarNode('label')->end() ->arrayNode('operations') ->arrayPrototype() ->children() ->scalarNode('name')->end() ->scalarNode('label')->end() ->scalarNode('bit')->end(); return $treeBuilder; } }