public function LingotekTranslatableEntity::getMetadataValue in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getMetadataValue()
- 7.2 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getMetadataValue()
- 7.3 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getMetadataValue()
- 7.4 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getMetadataValue()
- 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::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.
2 methods override LingotekTranslatableEntity::getMetadataValue()
- LingotekConfigSet::getMetadataValue in lib/
Drupal/ lingotek/ LingotekConfigSet.php - Gets a Lingotek metadata value for this item.
- LingotekEntity::getMetadataValue in lib/
Drupal/ lingotek/ LingotekEntity.php - Gets a Lingotek metadata value for this item.
File
- lib/
Drupal/ lingotek/ LingotekTranslatableEntity.php, line 46 - Defines LingotekTranslatableEntity.
Class
- LingotekTranslatableEntity
- An interface for entities that are eligible for translation via the Lingotek platform.
Code
public function getMetadataValue($key);