You are here

public function CommentUser::linkedEntity in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 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 77

Class

CommentUser
Plugin that renders a view mode.

Namespace

Drupal\ds\Plugin\DsField\Comment

Code

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