You are here

protected function BlockDescription::entityRenderKey in Display Suite 8.4

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

File

src/Plugin/DsField/Block/BlockDescription.php, line 101

Class

BlockDescription
Plugin that renders the title of a block.

Namespace

Drupal\ds\Plugin\DsField\Block

Code

protected function entityRenderKey() {
  return 'label';
}