You are here

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

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

Gets the destination.

Return value

string The destination path.

File

src/Event/BeforeRedirectEvent.php, line 77

Class

BeforeRedirectEvent
Dispatched before user is redirected to provider for authentication.

Namespace

Drupal\social_auth\Event

Code

public function getDestination() {
  return $this->destination;
}