You are here

public function BlockTitle::entityRenderKey in Display Suite 8.4

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

Returns the entity render key for this field.

Overrides Title::entityRenderKey

File

src/Plugin/DsField/Block/BlockTitle.php, line 22

Class

BlockTitle
Plugin that renders the title of a block.

Namespace

Drupal\ds\Plugin\DsField\Block

Code

public function entityRenderKey() {
  return 'info';
}