You are here

public function UserAuthenticator::getPluginId in Social API 3.x

Same name and namespace in other branches
  1. 8.2 src/User/UserAuthenticator.php \Drupal\social_api\User\UserAuthenticator::getPluginId()

Gets the implementer plugin id.

Return value

string The plugin id.

File

src/User/UserAuthenticator.php, line 126

Class

UserAuthenticator
Manages Drupal authentication tasks for Social API.

Namespace

Drupal\social_api\User

Code

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