You are here

public function LingotekNode::updateLocalContentByTarget in Lingotek Translation 7.3

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

Updates the local content of $target_code with data from a Lingotek Document

Parameters

string $lingotek_locale: The code for the language that needs to be updated.

Return value

bool TRUE if the content updates succeeded, FALSE otherwise.

Overrides LingotekTranslatableEntity::updateLocalContentByTarget

File

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

Class

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

Code

public function updateLocalContentByTarget($lingotek_locale) {

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