public function RepeatedPass::setRepeat

Sets if the pass should repeat

File

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

Class

RepeatedPass
A pass that might be run repeatedly.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function setRepeat() {
  $this->repeat = true;
}