You are here

public function LingotekNode::updateLocalContent in Lingotek Translation 7.2

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

Updates the local content with data from a Lingotek Document.

Return value

bool TRUE if the content updates succeeded, FALSE otherwise.

Overrides LingotekTranslatableEntity::updateLocalContent

File

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

Class

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

Code

public function updateLocalContent() {

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