public function ParameterBagInterface::all in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php \Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface::all()
Gets the service container parameters.
Return value
array An array of parameters
1 method overrides ParameterBagInterface::all()
- ParameterBag::all in vendor/
symfony/ dependency-injection/ ParameterBag/ ParameterBag.php - Gets the service container parameters.
File
- vendor/
symfony/ dependency-injection/ ParameterBag/ ParameterBagInterface.php, line 45
Class
- ParameterBagInterface
- ParameterBagInterface.
Namespace
Symfony\Component\DependencyInjection\ParameterBagCode
public function all();