You are here

public function LingotekNode::getMetadataValue in Lingotek Translation 7.3

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

Gets a Lingotek metadata value for this item.

Parameters

string $key: The key whose value should be returned.

Return value

string The value for the specified key, if it exists.

Overrides LingotekTranslatableEntity::getMetadataValue

File

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

Class

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

Code

public function getMetadataValue($key) {

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