public function ContainerInterface::hasParameter

Checks if a parameter exists.

@api

Parameters

string $name The parameter name:

Return value

Boolean The presence of parameter in container

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

File

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

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function hasParameter($name);