You are here

public static function BaseApiAbstract::getCurrentClientId in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getCurrentClientId()
  2. 8.2 api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getCurrentClientId()
  3. 8.2 vendor/smartling/api-sdk-php/src/BaseApiAbstract.php \Smartling\BaseApiAbstract::getCurrentClientId()

Return value

string

3 calls to BaseApiAbstract::getCurrentClientId()
BaseApiAbstract::initializeHttpClient in vendor/smartling/api-sdk-php/src/BaseApiAbstract.php
ContextApi::getXSLContextSourceHeader in vendor/smartling/api-sdk-php/src/Context/ContextApi.php
Returns X-SL-Context-Source header.
SmartlingTranslator::requestTranslation in src/Plugin/tmgmt/Translator/SmartlingTranslator.php
@abstract

File

vendor/smartling/api-sdk-php/src/BaseApiAbstract.php, line 63

Class

BaseApiAbstract
Class BaseApiAbstract

Namespace

Smartling

Code

public static function getCurrentClientId() {
  return self::$currentClientId;
}