LoggerAwarePass implements CompilerPassInterface
FinalYes
Table of Contents
Interfaces
- CompilerPassInterface
Methods
- __construct() : mixed
- process() : mixed
- getClassChannelName() : string|null
Methods
__construct()
public
__construct(string $tagName) : mixed
Parameters
- $tagName : string
process()
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder
getClassChannelName()
protected
getClassChannelName(ReflectionClass $class) : string|null
Parameters
- $class : ReflectionClass