public function PassConfig::setMergePass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Compiler/PassConfig.php \Symfony\Component\DependencyInjection\Compiler\PassConfig::setMergePass()
Sets the Merge Pass.
Parameters
CompilerPassInterface $pass The merge pass:
File
- vendor/
symfony/ dependency-injection/ Compiler/ PassConfig.php, line 173
Class
- PassConfig
- Compiler Pass Configuration.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function setMergePass(CompilerPassInterface $pass) {
$this->mergePass = $pass;
}