MyFOSUBUserProvider
extends FOSUBUserProvider
in package
Table of Contents
Properties
- $em : mixed
Methods
- __construct() : mixed
- MyFOSUBUserProvider constructor.
- connect() : mixed
- {@inheritDoc}
- loadUserByOAuthUserResponse() : mixed
- {@inheritdoc}
Properties
$em
private
mixed
$em
Methods
__construct()
MyFOSUBUserProvider constructor.
public
__construct(UserManagerInterface $userManager, array<string|int, mixed> $properties, EntityManager $em) : mixed
Parameters
- $userManager : UserManagerInterface
- $properties : array<string|int, mixed>
- $em : EntityManager
connect()
{@inheritDoc}
public
connect(UserInterface $user, UserResponseInterface $response) : mixed
Parameters
- $user : UserInterface
- $response : UserResponseInterface
loadUserByOAuthUserResponse()
{@inheritdoc}
public
loadUserByOAuthUserResponse(UserResponseInterface $response) : mixed
Parameters
- $response : UserResponseInterface