constant LINGOTEK_TARGET_SYNC_STATUS_PENDING in Lingotek Translation 7.2
7 uses of LINGOTEK_TARGET_SYNC_STATUS_PENDING
- LingotekApi::addContentDocument in lib/
Drupal/ lingotek/ LingotekApi.php - Add a document to the Lingotek platform.
- LingotekApi::updateContentDocument in lib/
Drupal/ lingotek/ LingotekApi.php - Updates the content of an existing Lingotek document with the current node contents.
- lingotek_add_target_sync_status_to_all_nodes in ./
lingotek.sync.inc - When a new MT language is added, add a Target status tag to every node.
- lingotek_bulk_mt_download_batch_create in ./
lingotek.batch.inc - Batch Create - Download: Create a Bulk Machine Translate DOWNLOAD Batch.
- lingotek_form_node_form_alter in ./
lingotek.module - Implements hook_form_BASE_FORM_ID_alter().
File
- ./
lingotek.sync.inc, line 14 - Content translation management and sync functions.
Code
define('LINGOTEK_TARGET_SYNC_STATUS_PENDING', 'PENDING');