function ParameterBag::all
Same name in this branch
- 11.1.x vendor/symfony/http-foundation/ParameterBag.php \Symfony\Component\HttpFoundation\ParameterBag::all()
Overrides ParameterBagInterface::all
1 method overrides ParameterBag::all()
- ContainerBag::all in vendor/
symfony/ dependency-injection/ ParameterBag/ ContainerBag.php - Gets the service container parameters.
File
-
vendor/
symfony/ dependency-injection/ ParameterBag/ ParameterBag.php, line 49
Class
- ParameterBag
- Holds parameters.
Namespace
Symfony\Component\DependencyInjection\ParameterBagCode
public function all() : array {
return $this->parameters;
}