You are here

public function UserSignature::format 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::format()
  2. 8.3 src/Plugin/DsField/User/UserSignature.php \Drupal\ds\Plugin\DsField\User\UserSignature::format()

Gets the text format.

Overrides Markup::format

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

File

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

Class

UserSignature
Plugin that renders the user signature.

Namespace

Drupal\ds\Plugin\DsField\User

Code

public function format() {
  return 'signature_format';
}