You are here

public function UserSignature::key in Display Suite 8.4

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

Gets the key of the field that needs to be rendered.

Overrides Markup::key

1 call to UserSignature::key()
CommentUserSignature::build in src/Plugin/DsField/Comment/CommentUserSignature.php
Renders a field.

File

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

Class

UserSignature
Plugin that renders the user signature.

Namespace

Drupal\ds\Plugin\DsField\User

Code

public function key() {
  return 'signature';
}