We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26f1a1 commit 685cb2cCopy full SHA for 685cb2c
bundles/prepend_extension.rst
@@ -82,9 +82,11 @@ in case a specific other bundle is not registered::
82
83
// process the configuration of AcmeHelloExtension
84
$configs = $container->getExtensionConfig($this->getAlias());
85
- // resolve config parameters e.g. %kernel.debug% to boolean value
+
86
+ // resolve config parameters e.g. %kernel.debug% to its boolean value
87
$resolvingBag = $container->getParameterBag();
88
$configs = $resolvingBag->resolveValue($configs);
89
90
// use the Configuration class to generate a config array with
91
// the settings "acme_hello"
92
$config = $this->processConfiguration(new Configuration(), $configs);
0 commit comments