You are here

public function Compiler::getLoggingFormatter in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/Compiler.php \Symfony\Component\DependencyInjection\Compiler\Compiler::getLoggingFormatter()

Returns the logging formatter which can be used by compilation passes.

Return value

LoggingFormatter

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/Compiler.php, line 69

Class

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

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getLoggingFormatter() {
  return $this->loggingFormatter;
}