public function UserFieldsEvent::getPluginId in Social Auth 3.x
Same name and namespace in other branches
- 8.2 src/Event/UserFieldsEvent.php \Drupal\social_auth\Event\UserFieldsEvent::getPluginId()
Gets the plugin id dispatching this event.
Return value
string The plugin id.
File
- src/
Event/ UserFieldsEvent.php, line 79
Class
- UserFieldsEvent
- Defines the user fields to be set in user creation.
Namespace
Drupal\social_auth\EventCode
public function getPluginId() {
return $this->pluginId;
}