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