public function FailedAuthenticationEvent::getPluginId in Social Auth 3.x
Same name and namespace in other branches
- 8.2 src/Event/FailedAuthenticationEvent.php \Drupal\social_auth\Event\FailedAuthenticationEvent::getPluginId()
Gets the plugin id dispatching this event.
Return value
string The plugin id.
File
- src/
Event/ FailedAuthenticationEvent.php, line 75
Class
- FailedAuthenticationEvent
- Dispatched when user authentication fails in provider.
Namespace
Drupal\social_auth\EventCode
public function getPluginId() {
return $this->pluginId;
}