You are here

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

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

Gets the plugin id dispatching this event.

Return value

string The plugin id.

File

src/Event/BeforeRedirectEvent.php, line 67

Class

BeforeRedirectEvent
Dispatched before user is redirected to provider for authentication.

Namespace

Drupal\social_auth\Event

Code

public function getPluginId() {
  return $this->pluginId;
}