getRootNode(); } else { // BC layer for symfony/config 4.1 and older $rootNode = $treeBuilder->root('ez_migration_bundle', 'array'); } // Here you should define the parameters that are allowed to // configure your bundle. See the documentation linked above for // more information on that topic. /*$rootNode->children() ->scalarNode('version_directory')->defaultValue('MigrationVersion')->cannotBeEmpty()->end() ->scalarNode('table_name')->defaultValue('kaliop_versions')->cannotBeEmpty()->end() ->end();*/ return $treeBuilder; } }