You are here

function lingotek_analyze_project in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lingotek.remote.inc \lingotek_analyze_project()
  2. 7.2 lingotek.api.inc \lingotek_analyze_project()
  3. 7.4 lingotek.api.inc \lingotek_analyze_project()
  4. 7.5 lingotek.remote.inc \lingotek_analyze_project()
  5. 7.6 lingotek.remote.inc \lingotek_analyze_project()

Analyze the Project

1 call to lingotek_analyze_project()
lingotek_update_7200 in ./lingotek.install

File

./lingotek.api.inc, line 281

Code

function lingotek_analyze_project() {
  LingotekApi::instance()
    ->request("analyzeProject", array(
    'projectId' => variable_get('lingotek_project', -1),
  ));
}