function ParameterBagInterface::resolveValue
Replaces parameter placeholders (%name%) by their values.
Throws
ParameterNotFoundException if a placeholder references a parameter that does not exist
1 method overrides ParameterBagInterface::resolveValue()
- ParameterBag::resolveValue in vendor/
symfony/ dependency-injection/ ParameterBag/ ParameterBag.php - Replaces parameter placeholders (%name%) by their values.
File
-
vendor/
symfony/ dependency-injection/ ParameterBag/ ParameterBagInterface.php, line 77
Class
- ParameterBagInterface
- ParameterBagInterface is the interface implemented by objects that manage service container parameters.
Namespace
Symfony\Component\DependencyInjection\ParameterBagCode
public function resolveValue(mixed $value) : mixed;