You are here

public function LingotekNode::setMetadataValue in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.2 lib/Drupal/lingotek/LingotekNode.php \LingotekNode::setMetadataValue()
  2. 7.4 lib/Drupal/lingotek/LingotekNode.php \LingotekNode::setMetadataValue()

Sets a Lingotek metadata value for this item.

Parameters

string $key: The key for a name/value pair.

string $value: The value for a name/value pair.

Overrides LingotekTranslatableEntity::setMetadataValue

File

lib/Drupal/lingotek/LingotekNode.php, line 192
Defines LingotekNode.

Class

LingotekNode
A class wrapper for Lingotek-specific behavior on nodes.

Code

public function setMetadataValue($key, $value) {

  // Necessary to fully implement the interface, but we don't do anything
  // on LingotekNode objects, explicitly.
}