public function BeforeRedirectEvent::getPluginId in Social Auth 8.2
Same name and namespace in other branches
- 3.x 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 68
Class
- BeforeRedirectEvent
- Dispatched before user is redirected to provider for authentication.
Namespace
Drupal\social_auth\EventCode
public function getPluginId() {
return $this->pluginId;
}