public function Definition::getArguments

Gets the arguments to pass to the service constructor/factory method.

@api

Return value

array The array of arguments

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php, line 264

Class

Definition
Definition represents a service definition.

Namespace

Symfony\Component\DependencyInjection

Code

public function getArguments() {
  return $this->arguments;
}