You are here

public function SocialAuthUserFieldsEvent::getPluginId in Social Auth 8

Gets the plugin id dispatching this event.

Return value

string The plugin id.

File

src/Event/SocialAuthUserFieldsEvent.php, line 69

Class

SocialAuthUserFieldsEvent
Defines the user fields event.

Namespace

Drupal\social_auth\Event

Code

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