Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ContainerBagInterface.php
function ContainerBagInterface::unescapeValue
Unescape parameter placeholders %.
File
vendor/
symfony/
dependency-injection/
ParameterBag/
ContainerBagInterface.php
, line 50
Class
ContainerBagInterface
ContainerBagInterface is the interface implemented by objects that manage service container parameters.
Namespace
Symfony\Component\DependencyInjection\ParameterBag
Code
public
function
unescapeValue
(mixed
$value
) : mixed;
RSS feed