public function SocialAuthUserManager::getPluginId in Social Auth 8
Gets the implementer plugin id.
This value is used to generate customized logs, drupal messages, and events dispatchers.
Return value
string The plugin id.
4 calls to SocialAuthUserManager::getPluginId()
- SocialAuthUserManager::createUser in src/SocialAuthUserManager.php 
- Create a new user account.
- SocialAuthUserManager::downloadProfilePic in src/SocialAuthUserManager.php 
- Downloads the profile picture to Drupal filesystem.
- SocialAuthUserManager::getUserFields in src/SocialAuthUserManager.php 
- Returns an array of fields to initialize the creation of the user.
- SocialAuthUserManager::loginUser in src/SocialAuthUserManager.php 
- Logs the user in.
File
- src/SocialAuthUserManager.php, line 124 
Class
- SocialAuthUserManager
- Contains all logic that is related to Drupal user management.
Namespace
Drupal\social_authCode
public function getPluginId() {
  return $this->pluginId;
}