public function PassConfig::setMergePass

Sets the Merge Pass.

@api

Parameters

CompilerPassInterface $pass The merge pass:

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/PassConfig.php, line 195

Class

PassConfig
Compiler Pass Configuration

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

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