You are here

protected property Spec::$arguments in Little helpers 7.2

Array of arguments that should be passed to the constructor.

Special string arguments:

  • Arguments starting with '@' are replaced with the service of that name.
  • Arguments starting with '%' are replaced with a keyword argument passed add instantiation time.

Type: array

File

src/Services/Spec.php, line 36

Class

Spec
A class instantiation spec.

Namespace

Drupal\little_helpers\Services

Code

protected $arguments;