You are here

public function SmartlingApi::getContextStats in TMGMT Translator Smartling 8

Get statistics for context upload

Parameters

array $data:

Return value

string

File

src/Smartling/SmartlingApi.php, line 429

Class

SmartlingApi

Namespace

Drupal\tmgmt_smartling\Smartling

Code

public function getContextStats($data) {
  return $this
    ->sendRequest('context/html', $data, 'GET');
}