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
Namespace
Drupal\tmgmt_smartling\SmartlingCode
public function getContextStats($data) {
return $this
->sendRequest('context/html', $data, 'GET');
}