You are here

public function Username::entityRenderKey in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/DsField/User/Username.php \Drupal\ds\Plugin\DsField\User\Username::entityRenderKey()
  2. 8.3 src/Plugin/DsField/User/Username.php \Drupal\ds\Plugin\DsField\User\Username::entityRenderKey()

Returns the entity render key for this field.

Overrides Title::entityRenderKey

File

src/Plugin/DsField/User/Username.php, line 22

Class

Username
Plugin that renders the username.

Namespace

Drupal\ds\Plugin\DsField\User

Code

public function entityRenderKey() {
  return 'name';
}