public function Definition::getArguments in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Definition.php \Symfony\Component\DependencyInjection\Definition::getArguments()
Gets the arguments to pass to the service constructor/factory method.
Return value
array The array of arguments
File
- vendor/
symfony/ dependency-injection/ Definition.php, line 319
Class
- Definition
- Definition represents a service definition.
Namespace
Symfony\Component\DependencyInjectionCode
public function getArguments() {
return $this->arguments;
}