public function SocialAuthUserManager::setPluginId in Social Auth 8
Sets the implementer plugin id.
This value is used to generate customized logs, drupal messages, and event dispatchers.
Parameters
string $plugin_id: The plugin id.
1 call to SocialAuthUserManager::setPluginId()
- SocialAuthUserManager::__construct in src/
SocialAuthUserManager.php - Constructor.
File
- src/
SocialAuthUserManager.php, line 111
Class
- SocialAuthUserManager
- Contains all logic that is related to Drupal user management.
Namespace
Drupal\social_authCode
public function setPluginId($plugin_id) {
$this->pluginId = $plugin_id;
}