You are here

public function SocialAuthUserEvent::getPluginId in Social Auth 8

Gets the plugin id dispatching this event.

Return value

string The plugin id.

File

src/Event/SocialAuthUserEvent.php, line 58

Class

SocialAuthUserEvent
Class SocialAuthEvent.

Namespace

Drupal\social_auth\Event

Code

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