You are here

public function Compiler::getLog in Zircon Profile 8.0

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

Returns the log.

Return value

array Log array

File

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

Class

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

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getLog() {
  return $this->log;
}