You are here

public function RepeatablePassInterface::setRepeatedPass in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php \Symfony\Component\DependencyInjection\Compiler\RepeatablePassInterface::setRepeatedPass()

Sets the RepeatedPass interface.

Parameters

RepeatedPass $repeatedPass:

3 methods override RepeatablePassInterface::setRepeatedPass()
AnalyzeServiceReferencesPass::setRepeatedPass in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Sets the RepeatedPass interface.
InlineServiceDefinitionsPass::setRepeatedPass in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
Sets the RepeatedPass interface.
RemoveUnusedDefinitionsPass::setRepeatedPass in modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
Sets the RepeatedPass interface.

File

modules/providers/service_container_symfony/lib/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);