Documentation

EntityFactory
in package
implements UserProviderFactoryInterface

EntityFactory creates services for Doctrine user provider.

Tags
author

Fabien Potencier fabien@symfony.com

author

Christophe Coevoet stof@notk.org

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

Methods

__construct()

public __construct(string $key, string $providerId) : mixed
Parameters
$key : string
$providerId : string

        
On this page

Search results