EntityFactory
in package
implements
UserProviderFactoryInterface
EntityFactory creates services for Doctrine user provider.
Tags
Table of Contents
Interfaces
- UserProviderFactoryInterface
- UserProviderFactoryInterface is the interface for all user provider factories.
Properties
- $key : string
- $providerId : string
Methods
- __construct() : mixed
- addConfiguration() : mixed
- create() : mixed
- getKey() : mixed
Properties
$key
private
string
$key
$providerId
private
string
$providerId
Methods
__construct()
public
__construct(string $key, string $providerId) : mixed
Parameters
- $key : string
- $providerId : string
addConfiguration()
public
addConfiguration(NodeDefinition $node) : mixed
Parameters
- $node : NodeDefinition
create()
public
create(ContainerBuilder $container, string $id, array<string|int, mixed> $config) : mixed
Parameters
- $container : ContainerBuilder
- $id : string
- $config : array<string|int, mixed>
getKey()
public
getKey() : mixed