You are here

public function User::linkedEntity in Display Suite 8.4

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

Gets the wanted entity.

Overrides Entity::linkedEntity

File

src/Plugin/DsField/User/User.php, line 77

Class

User
Plugin that renders a view mode.

Namespace

Drupal\ds\Plugin\DsField\User

Code

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