You are here

protected function Field::entityRenderKey in Display Suite 8.2

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

File

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

Class

Field
The base plugin to create DS fields.

Namespace

Drupal\ds\Plugin\DsField

Code

protected function entityRenderKey() {
  return '';
}