You are here

public function CommentChangedDate::getRenderKey in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/DsField/Comment/CommentChangedDate.php \Drupal\ds\Plugin\DsField\Comment\CommentChangedDate::getRenderKey()
  2. 8.3 src/Plugin/DsField/Comment/CommentChangedDate.php \Drupal\ds\Plugin\DsField\Comment\CommentChangedDate::getRenderKey()

Returns the entity render key for this field.

Overrides Date::getRenderKey

File

src/Plugin/DsField/Comment/CommentChangedDate.php, line 22

Class

CommentChangedDate
Plugin that renders the changed date of a comment.

Namespace

Drupal\ds\Plugin\DsField\Comment

Code

public function getRenderKey() {
  return 'changed';
}