public function RemoveUnusedDefinitionsPass::setRepeatedPass

Sets the RepeatedPass interface.

Parameters

RepeatedPass $repeatedPass:

Overrides RepeatablePassInterface::setRepeatedPass

File

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

Class

RemoveUnusedDefinitionsPass
Removes unused service definitions from the container.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

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