MfaProviderPass implements CompilerPassInterface
FinalYes
Compiler pass to register tagged MFA providers
Table of Contents
Interfaces
- CompilerPassInterface
Properties
- $tagName : string
Methods
- __construct() : mixed
- process() : void
Properties
$tagName
protected
string
$tagName
Methods
__construct()
public
__construct(string $tagName) : mixed
Parameters
- $tagName : string
process()
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder