function User::label

Overrides ContentEntityBase::label

File

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

Class

User
Defines the user entity class.

Namespace

Drupal\user\Entity

Code

public function label() {
  return $this->getDisplayName();
}

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