Add a role to a user.
Parameters
string $rid:
The role ID to add.
File
- drupal/core/modules/user/lib/Drupal/user/UserInterface.php, line 43
- Contains \Drupal\user\UserInterface.
Class
- UserInterface
- Provides an interface defining a user entity.
Namespace
Drupal\user
Code
public function addRole($rid);