public function ContainerInterface::setParameter

Sets a parameter.

@api

Parameters

string $name The parameter name:

mixed $value The parameter value:

1 method overrides ContainerInterface::setParameter()
Container::setParameter in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
Sets a parameter.

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php, line 102

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function setParameter($name, $value);