MetaFox

SocialAccountRepositoryInterface
in

Interface SocialAccountRepositoryInterface.

Tags
mixin

AbstractRepository

Table of Contents

Methods

createSocialAccount()  : SocialAccount
Create social account.
deleteSocialAccountsByUserId()  : void
findSocialAccount()  : SocialAccount|null
Check if social account exists.

Methods

findSocialAccount()

Check if social account exists.

public findSocialAccount(string $providerUserId, string $provider[, array<string|int, mixed> $with = [] ]) : SocialAccount|null
Parameters
$providerUserId : string
$provider : string
$with : array<string|int, mixed> = []
  • relations.
Return values
SocialAccount|null

        
On this page

Search results