You are here

protected function Markup::key in Display Suite 8.4

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

Gets the key of the field that needs to be rendered.

1 call to Markup::key()
Markup::build in src/Plugin/DsField/Markup.php
Renders a field.
1 method overrides Markup::key()
UserSignature::key in src/Plugin/DsField/User/UserSignature.php
Gets the key of the field that needs to be rendered.

File

src/Plugin/DsField/Markup.php, line 33

Class

Markup
DS field markup base field.

Namespace

Drupal\ds\Plugin\DsField

Code

protected function key() {
  return '';
}