function User::setUsername

Same name and namespace in other branches
  1. 11.x core/modules/user/src/Entity/User.php \Drupal\user\Entity\User::setUsername()

File

core/modules/user/src/Entity/User.php, line 391

Class

User
Defines the user entity class.

Namespace

Drupal\user\Entity

Code

public function setUsername($username) {
  $this->set('name', $username);
  return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.