Returns true if a parameter name is defined.
@api
Parameters
string $name The parameter name:
Return value
Boolean true if the parameter name is defined, false otherwise
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php, line 82
Class
- ParameterBagInterface
- ParameterBagInterface.
Namespace
Symfony\Component\DependencyInjection\ParameterBag
Code
public function has($name);