You are here

public function Entity::linkedEntity in Display Suite 8.4

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

Gets the wanted entity.

3 calls to Entity::linkedEntity()
Entity::defaultConfiguration in src/Plugin/DsField/Entity.php
Gets default configuration for this plugin.
Entity::settingsForm in src/Plugin/DsField/Entity.php
The form that holds the settings for this plugin.
Entity::settingsSummary in src/Plugin/DsField/Entity.php
Returns the summary of the chosen settings.
2 methods override Entity::linkedEntity()
CommentUser::linkedEntity in src/Plugin/DsField/Comment/CommentUser.php
Gets the wanted entity.
User::linkedEntity in src/Plugin/DsField/User/User.php
Gets the wanted entity.

File

src/Plugin/DsField/Entity.php, line 104

Class

Entity
Renders an entity by a given view mode.

Namespace

Drupal\ds\Plugin\DsField

Code

public function linkedEntity() {
  return '';
}