You are here

public function LingotekTranslatableEntity::downloadTriggered in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::downloadTriggered()
  2. 7.6 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::downloadTriggered()

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.

2 methods override LingotekTranslatableEntity::downloadTriggered()
LingotekConfigChunk::downloadTriggered in lib/Drupal/lingotek/LingotekConfigChunk.php
Updates the local content of $target_code with data from a Lingotek Document
LingotekEntity::downloadTriggered in lib/Drupal/lingotek/LingotekEntity.php
Updates the local content of $target_code with data from a Lingotek Document

File

lib/Drupal/lingotek/LingotekTranslatableEntity.php, line 66
Defines LingotekTranslatableEntity.

Class

LingotekTranslatableEntity
An interface for entities that are eligible for translation via the Lingotek platform.

Code

public function downloadTriggered($lingotek_locale);