public function InlineServiceDefinitionsPass::setRepeatedPass

Sets the RepeatedPass interface.

Parameters

RepeatedPass $repeatedPass:

Overrides RepeatablePassInterface::setRepeatedPass

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php, line 35

Class

InlineServiceDefinitionsPass
Inline service definitions where this is possible.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function setRepeatedPass(RepeatedPass $repeatedPass) {
  $this->repeatedPass = $repeatedPass;
}