public function RepeatablePassInterface::setRepeatedPass in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php \Symfony\Component\DependencyInjection\Compiler\RepeatablePassInterface::setRepeatedPass()
Sets the RepeatedPass interface.
Parameters
RepeatedPass $repeatedPass:
3 methods override RepeatablePassInterface::setRepeatedPass()
- AnalyzeServiceReferencesPass::setRepeatedPass in vendor/
symfony/ dependency-injection/ Compiler/ AnalyzeServiceReferencesPass.php - Sets the RepeatedPass interface.
- InlineServiceDefinitionsPass::setRepeatedPass in vendor/
symfony/ dependency-injection/ Compiler/ InlineServiceDefinitionsPass.php - Sets the RepeatedPass interface.
- RemoveUnusedDefinitionsPass::setRepeatedPass in vendor/
symfony/ dependency-injection/ Compiler/ RemoveUnusedDefinitionsPass.php - Sets the RepeatedPass interface.
File
- vendor/
symfony/ dependency-injection/ 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\CompilerCode
public function setRepeatedPass(RepeatedPass $repeatedPass);