function ContainerBagInterface::resolveValue
Replaces parameter placeholders (%name%) by their values.
@template TValue of array<array|scalar>|scalar
@psalm-return (TValue is scalar ? array|scalar : array<array|scalar>)
Parameters
TValue $value:
Throws
ParameterNotFoundException if a placeholder references a parameter that does not exist
File
-
vendor/
symfony/ dependency-injection/ ParameterBag/ ContainerBagInterface.php, line 40
Class
- ContainerBagInterface
- ContainerBagInterface is the interface implemented by objects that manage service container parameters.
Namespace
Symfony\Component\DependencyInjection\ParameterBagCode
public function resolveValue(mixed $value) : mixed;