EntityFactory
in package
implements
UserProviderFactoryInterface
EntityFactory creates services for Doctrine user provider.
Tags
Interfaces, Classes, Traits and Enums
- UserProviderFactoryInterface
- UserProviderFactoryInterface is the interface for all user provider factories.
Table of Contents
- $key : mixed
- $providerId : mixed
- __construct() : mixed
- addConfiguration() : mixed
- create() : mixed
- getKey() : mixed
Properties
$key
private
mixed
$key
$providerId
private
mixed
$providerId
Methods
__construct()
public
__construct(string $key, string $providerId) : mixed
Parameters
- $key : string
- $providerId : string
Return values
mixed —addConfiguration()
public
addConfiguration(NodeDefinition $node) : mixed
Parameters
- $node : NodeDefinition
Return values
mixed —create()
public
create(ContainerBuilder $container, mixed $id, mixed $config) : mixed
Parameters
- $container : ContainerBuilder
- $id : mixed
- $config : mixed
Return values
mixed —getKey()
public
getKey() : mixed