public function ParameterBagInterface::resolveValue in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php \Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface::resolveValue()
Replaces parameter placeholders (%name%) by their values.
Parameters
mixed $value A value:
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 89
Class
- ParameterBagInterface
- ParameterBagInterface.
Namespace
Symfony\Component\DependencyInjection\ParameterBagCode
public function resolveValue($value);