You are here

public function Compiler::getPassConfig in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Compiler/Compiler.php \Symfony\Component\DependencyInjection\Compiler\Compiler::getPassConfig()

Returns the PassConfig.

Return value

PassConfig The PassConfig instance

File

vendor/symfony/dependency-injection/Compiler/Compiler.php, line 43

Class

Compiler
This class is used to remove circular dependencies between individual passes.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getPassConfig() {
  return $this->passConfig;
}