You are here

public function LingotekApiInterface::getProcess in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.7.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProcess()
  2. 3.8.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProcess()

Gets the status of a process.

Parameters

string $process_id: The process id.

Return value

\Psr\Http\Message\ResponseInterface A response.

1 method overrides LingotekApiInterface::getProcess()
LingotekApi::getProcess in src/Remote/LingotekApi.php
Gets the status of a process.

File

src/Remote/LingotekApiInterface.php, line 258

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getProcess($process_id);