public function LingotekTranslatableEntity::updateLocalContent in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.2 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::updateLocalContent()
- 7.3 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::updateLocalContent()
Updates the local content with data from a Lingotek Document.
Return value
bool TRUE if the content updates succeeded, FALSE otherwise.
3 methods override LingotekTranslatableEntity::updateLocalContent()
- LingotekComment::updateLocalContent in lib/
Drupal/ lingotek/ LingotekComment.php - Updates the local content with data from a Lingotek Document.
- LingotekConfigChunk::updateLocalContent in lib/
Drupal/ lingotek/ LingotekConfigChunk.php - Updates the local content with data from a Lingotek Document.
- LingotekNode::updateLocalContent in lib/
Drupal/ lingotek/ LingotekNode.php - Updates the local content with data from a Lingotek Document.
File
- lib/
Drupal/ lingotek/ LingotekTranslatableEntity.php, line 64 - Defines LingotekTranslatableEntity.
Class
- LingotekTranslatableEntity
- An interface for entities that are eligible for translation via the Lingotek platform.
Code
public function updateLocalContent();