Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Definition.php

function Definition::getArguments

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

File

vendor/symfony/dependency-injection/Definition.php, line 282

Class

Definition
Definition represents a service definition.

Namespace

Symfony\Component\DependencyInjection

Code

public function getArguments() : array {
    return $this->arguments;
}
RSS feed
Powered by Drupal