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