You are here

public function UserMail::entityRenderKey in Display Suite 8.4

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

Returns the entity render key for this field.

Overrides Field::entityRenderKey

File

src/Plugin/DsField/User/UserMail.php, line 23

Class

UserMail
Plugin that renders the username.

Namespace

Drupal\ds\Plugin\DsField\User

Code

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