You are here

public function NodeChangedDate::getRenderKey in Display Suite 8.4

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

Returns the entity render key for this field.

Overrides Date::getRenderKey

File

src/Plugin/DsField/Node/NodeChangedDate.php, line 22

Class

NodeChangedDate
Plugin that renders the changed date of a node.

Namespace

Drupal\ds\Plugin\DsField\Node

Code

public function getRenderKey() {
  return 'changed';
}