You are here

public function PassConfig::setMergePass in Service Container 7.2

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

Code

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