public function PassConfig::setMergePass in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/PassConfig.php \Symfony\Component\DependencyInjection\Compiler\PassConfig::setMergePass()
Sets the Merge Pass.
@api
Parameters
CompilerPassInterface $pass The merge pass:
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Compiler/ PassConfig.php, line 192
Class
- PassConfig
- Compiler Pass Configuration.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function setMergePass(CompilerPassInterface $pass) {
$this->mergePass = $pass;
}