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

Breadcrumb

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

function IteratorArgument::setValues

Overrides ArgumentInterface::setValues

1 call to IteratorArgument::setValues()
IteratorArgument::__construct in vendor/symfony/dependency-injection/Argument/IteratorArgument.php

File

vendor/symfony/dependency-injection/Argument/IteratorArgument.php, line 33

Class

IteratorArgument
Represents a collection of values to lazily iterate over.

Namespace

Symfony\Component\DependencyInjection\Argument

Code

public function setValues(array $values) : void {
    $this->values = $values;
}
RSS feed
Powered by Drupal