Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Compiler.php
function Compiler::getLog
File
vendor/
symfony/
dependency-injection/
Compiler/
Compiler.php
, line 61
Class
Compiler
This class is used to remove circular dependencies between individual passes.
Namespace
Symfony\Component\DependencyInjection\Compiler
Code
public
function
getLog
() : array {
return
$this
->
log
; }
RSS feed