You are here

public function CommentUser::linkedEntity in Display Suite 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsField/Comment/CommentUser.php \Drupal\ds\Plugin\DsField\Comment\CommentUser::linkedEntity()
  2. 8.3 src/Plugin/DsField/Comment/CommentUser.php \Drupal\ds\Plugin\DsField\Comment\CommentUser::linkedEntity()

Gets the wanted entity.

Overrides Entity::linkedEntity

File

src/Plugin/DsField/Comment/CommentUser.php, line 38

Class

CommentUser
Plugin that renders a view mode.

Namespace

Drupal\ds\Plugin\DsField\Comment

Code

public function linkedEntity() {
  return 'user';
}