public function LingotekTranslatableEntity::documentLingotekXML in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.2 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::documentLingotekXML()
- 7.3 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::documentLingotekXML()
- 7.4 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::documentLingotekXML()
- 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::documentLingotekXML()
- 7.6 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::documentLingotekXML()
Gets the contents of this item formatted as XML that can be sent to Lingotek.
Return value
string The XML document representing the entity's translatable content.
2 methods override LingotekTranslatableEntity::documentLingotekXML()
- LingotekConfigSet::documentLingotekXML in lib/
Drupal/ lingotek/ LingotekConfigSet.php - Gets the contents of this item formatted as XML to be sent to Lingotek.
- LingotekEntity::documentLingotekXML in lib/
Drupal/ lingotek/ LingotekEntity.php - Gets the contents of this item formatted as XML that can be sent to Lingotek.
File
- lib/
Drupal/ lingotek/ LingotekTranslatableEntity.php, line 35 - Defines LingotekTranslatableEntity.
Class
- LingotekTranslatableEntity
- An interface for entities that are eligible for translation via the Lingotek platform.
Code
public function documentLingotekXML();