File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/Symfony/Component/HttpKernel/DependencyInjection Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Symfony \Component \HttpKernel \DependencyInjection ;
4
4
5
+ use Symfony \Component \Config \Definition \Processor ;
6
+ use Symfony \Component \Config \Definition \ConfigurationInterface ;
5
7
use Symfony \Component \DependencyInjection \Extension \ExtensionInterface ;
6
8
use Symfony \Component \DependencyInjection \ContainerBuilder ;
7
9
use Symfony \Component \DependencyInjection \Container ;
@@ -92,4 +94,11 @@ public function getAlias()
92
94
93
95
return Container::underscore ($ classBaseName );
94
96
}
97
+
98
+ protected final function processConfiguration (ConfigurationInterface $ configuration , array $ configs )
99
+ {
100
+ $ processor = new Processor ();
101
+
102
+ return $ processor ->processConfiguration ($ configuration , $ configs );
103
+ }
95
104
}
You can’t perform that action at this time.
0 commit comments