public function JanrainCaptureApiInterface::isJanrainAccount in Janrain Registration 8
Returns a state whether a user has a Janrain account.
Parameters
\Drupal\user\UserInterface $account: The Drupal user.
Return value
bool The state.
1 method overrides JanrainCaptureApiInterface::isJanrainAccount()
- JanrainCaptureApi::isJanrainAccount in src/
JanrainCaptureApi.php - Returns a state whether a user has a Janrain account.
File
- src/
JanrainCaptureApiInterface.php, line 83
Class
- JanrainCaptureApiInterface
- The interface for implementing Janrain Capture authentication.
Namespace
Drupal\janrain_captureCode
public function isJanrainAccount(UserInterface $account) : bool;