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