interface ParameterBagInterface

ParameterBagInterface.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of ParameterBagInterface

All classes that implement ParameterBagInterface

1 file declares its use of ParameterBagInterface

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php, line 23

Namespace

Symfony\Component\DependencyInjection\ParameterBag
View source

Members

Namesort descending Modifiers Type Description Overrides
ParameterBagInterface::add public function Adds parameters to the service container parameters. 1
ParameterBagInterface::all public function Gets the service container parameters. 1
ParameterBagInterface::clear public function Clears all parameters. 1
ParameterBagInterface::escapeValue public function Escape parameter placeholders % 1
ParameterBagInterface::get public function Gets a service container parameter. 1
ParameterBagInterface::has public function Returns true if a parameter name is defined. 1
ParameterBagInterface::resolve public function Replaces parameter placeholders (%name%) by their values for all parameters. 1
ParameterBagInterface::resolveValue public function Replaces parameter placeholders (%name%) by their values. 1
ParameterBagInterface::set public function Sets a service container parameter. 1
ParameterBagInterface::unescapeValue public function Unescape parameter placeholders % 1