You are here

public function UserFieldsEvent::getPluginId in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x 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 80

Class

UserFieldsEvent
Defines the user fields to be set in user creation.

Namespace

Drupal\social_auth\Event

Code

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