Newscoop\PluginGeneratorBundle\DependencyInjection\Configuration::getConfigTreeBuilder PHP Méthode

getConfigTreeBuilder() public méthode

    public function getConfigTreeBuilder()
    {
        $treeBuilder = new TreeBuilder();
        // Here you should define the parameters that are allowed to
        // configure your bundle. See the documentation linked above for
        // more information on that topic.
        return $treeBuilder;
    }