public function ContainerInterface::getParameter in Service Container 7
Same name in this branch
- 7 lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::getParameter()
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::getParameter()
Same name and namespace in other branches
- 7.2 lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::getParameter()
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ContainerInterface.php \Symfony\Component\DependencyInjection\ContainerInterface::getParameter()
Gets a parameter.
@api
Parameters
string $name The parameter name:
Return value
mixed The parameter value
Throws
InvalidArgumentException if the parameter is not defined
File
- lib/
Symfony/ Component/ DependencyInjection/ ContainerInterface.php, line 84
Class
- ContainerInterface
- ContainerInterface is the interface implemented by service container classes.
Namespace
Symfony\Component\DependencyInjectionCode
public function getParameter($name);