You are here

public function PassConfig::setMergePass in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Compiler

Code

public function setMergePass(CompilerPassInterface $pass) {
  $this->mergePass = $pass;
}