You are here

public function UserManagerInterface::setPluginId in Social API 3.x

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

Sets the implementer plugin id.

Parameters

string $plugin_id: The plugin id.

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

File

src/User/UserManagerInterface.php, line 24

Class

UserManagerInterface
Interface for database-related tasks.

Namespace

Drupal\social_api\User

Code

public function setPluginId($plugin_id);