You are here

20 calls to LingotekApi::request() in Lingotek Translation 7.2

LingotekApi::addContentDocument in lib/Drupal/lingotek/LingotekApi.php
Add a document to the Lingotek platform.
LingotekApi::addContentDocumentWithTargets in lib/Drupal/lingotek/LingotekApi.php
Adds a Document and one or more Translation Targets to the Lingotek platform. (only used by comments currently)
LingotekApi::addRoleAssignment in lib/Drupal/lingotek/LingotekApi.php
Assigns a role to a user. (Must be done by an community admin) Returns TRUE or FALSE
LingotekApi::addTranslationTarget in lib/Drupal/lingotek/LingotekApi.php
Adds a target language to an existing Lingotek Document or Project.
LingotekApi::assignProjectManager in lib/Drupal/lingotek/LingotekApi.php
Assigns a user to a project. (Must be done by an community admin) Returns TRUE or FALSE This will only return TRUE the first time.
LingotekApi::downloadDocument in lib/Drupal/lingotek/LingotekApi.php
Downloads the translated document for the specified document and language.
LingotekApi::getDocument in lib/Drupal/lingotek/LingotekApi.php
Gets Lingotek Document data for the specified document.
LingotekApi::getDocumentProgress in lib/Drupal/lingotek/LingotekApi.php
Gets the workflow progress of the specified document.
LingotekApi::getPhase in lib/Drupal/lingotek/LingotekApi.php
Gets data for a specific Workflow Phase.
LingotekApi::getProfileAttributes in lib/Drupal/lingotek/LingotekApi.php
Get a User Profile Attributes
LingotekApi::getProgressReport in lib/Drupal/lingotek/LingotekApi.php
Gets the workflow progress of the specified project (or list of document ids).
LingotekApi::getTranslationTarget in lib/Drupal/lingotek/LingotekApi.php
Gets a translation target.
LingotekApi::getWorkbenchLink in lib/Drupal/lingotek/LingotekApi.php
Gets a workbench URL for the specified document ID and phase.
LingotekApi::listProjects in lib/Drupal/lingotek/LingotekApi.php
Gets available Lingotek projects.
LingotekApi::listVaults in lib/Drupal/lingotek/LingotekApi.php
Gets available Lingotek Translation Memory vaults.
LingotekApi::listWorkflows in lib/Drupal/lingotek/LingotekApi.php
Gets available Lingotek Workflows.
LingotekApi::markPhaseComplete in lib/Drupal/lingotek/LingotekApi.php
Marks a phase as complete.
LingotekApi::removeTranslationTarget in lib/Drupal/lingotek/LingotekApi.php
Removes a target language to an existing Lingotek Document or Project.
LingotekApi::testAuthentication in lib/Drupal/lingotek/LingotekApi.php
Tests the current configuration to ensure that API calls can be made.
LingotekApi::updateContentDocument in lib/Drupal/lingotek/LingotekApi.php
Updates the content of an existing Lingotek document with the current node contents.