public function RepeatablePassInterface::setRepeatedPass

Sets the RepeatedPass interface.

Parameters

RepeatedPass $repeatedPass:

3 methods override RepeatablePassInterface::setRepeatedPass()
AnalyzeServiceReferencesPass::setRepeatedPass in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Sets the RepeatedPass interface.
InlineServiceDefinitionsPass::setRepeatedPass in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
Sets the RepeatedPass interface.
RemoveUnusedDefinitionsPass::setRepeatedPass in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
Sets the RepeatedPass interface.

File

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

Class

RepeatablePassInterface
Interface that must be implemented by passes that are run as part of an RepeatedPass.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function setRepeatedPass(RepeatedPass $repeatedPass);