You are here

public function JanrainCaptureApi::getCurrentUser in Janrain Registration 8

File

src/JanrainCaptureApi.php, line 391

Class

JanrainCaptureApi
The integration between Janrain and Drupal.

Namespace

Drupal\janrain_capture

Code

public function getCurrentUser() : UserInterface {
  return $this->currentUser;
}