public function LoggingFormatter::formatInlineService

File

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

Class

LoggingFormatter
Used to format logging messages during the compilation.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function formatInlineService(CompilerPassInterface $pass, $id, $target) {
  return $this
    ->format($pass, sprintf('Inlined service "%s" to "%s".', $id, $target));
}