You are here

24 calls to LingotekApi::request() in Lingotek Translation 7.4

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. (used by comments and config chunks 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::changeWorkflow in lib/Drupal/lingotek/LingotekApi.php
Updates one or more nids to belong to a given workflow
LingotekApi::createCommunity in lib/Drupal/lingotek/LingotekApi.php
Calls a Lingotek API to provision a new Community (account). Modified version of the request() method.
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::listDocumentProgress in lib/Drupal/lingotek/LingotekApi.php
Gets the workflow progress of the specified documents.
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::removeDocument in lib/Drupal/lingotek/LingotekApi.php
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 object contents.