You are here

public function BeforeRedirectEvent::getDataHandler in Social Auth 3.x

Same name and namespace in other branches
  1. 8.2 src/Event/BeforeRedirectEvent.php \Drupal\social_auth\Event\BeforeRedirectEvent::getDataHandler()

Gets the Social Auth data handler object.

Return value

\Drupal\social_auth\SocialAuthDataHandler The Social Auth data handler.

File

src/Event/BeforeRedirectEvent.php, line 57

Class

BeforeRedirectEvent
Dispatched before user is redirected to provider for authentication.

Namespace

Drupal\social_auth\Event

Code

public function getDataHandler() {
  return $this->dataHandler;
}