You are here

function LingotekApi::returnEntireResponse in Lingotek Translation 7.7

1 call to LingotekApi::returnEntireResponse()
LingotekApi::request in lib/Drupal/lingotek/LingotekApi.php
Calls a Lingotek API method.

File

lib/Drupal/lingotek/LingotekApi.php, line 1169
Defines Drupal\lingotek\LingotekApi

Class

LingotekApi
@file Defines Drupal\lingotek\LingotekApi

Code

function returnEntireResponse($method) {
  return in_array($method, self::REQUIRE_COMPLETE_RESPONSE);
}