You are here

protected function Field::entityRenderKey in Display Suite 8.4

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

Returns the entity render key for this field.

1 call to Field::entityRenderKey()
Field::build in src/Plugin/DsField/Field.php
Renders a field.
4 methods override Field::entityRenderKey()
CommentAuthor::entityRenderKey in src/Plugin/DsField/Comment/CommentAuthor.php
Returns the entity render key for this field.
CommentTitle::entityRenderKey in src/Plugin/DsField/Comment/CommentTitle.php
Returns the entity render key for this field.
Title::entityRenderKey in src/Plugin/DsField/Title.php
Returns the entity render key for this field.
UserMail::entityRenderKey in src/Plugin/DsField/User/UserMail.php
Returns the entity render key for this field.

File

src/Plugin/DsField/Field.php, line 103

Class

Field
The base plugin to create DS fields.

Namespace

Drupal\ds\Plugin\DsField

Code

protected function entityRenderKey() {
  return '';
}