You are here

public function UserManagerInterface::getPluginId in Social API 8.2

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

Gets the implementer plugin id.

Return value

string The plugin id.

1 method overrides UserManagerInterface::getPluginId()
UserManager::getPluginId in src/User/UserManager.php
Gets the implementer plugin id.

File

src/User/UserManagerInterface.php, line 16

Class

UserManagerInterface
Interface for database-related tasks.

Namespace

Drupal\social_api\User

Code

public function getPluginId();