You are here

public function Lingotek::getProjectStatus in Lingotek Translation 8

Same name and namespace in other branches
  1. 8.2 src/Lingotek.php \Drupal\lingotek\Lingotek::getProjectStatus()

File

src/Lingotek.php, line 122
Contains \Drupal\lingotek\Lingotek.

Class

Lingotek

Namespace

Drupal\lingotek

Code

public function getProjectStatus($project_id) {
  return $this->api
    ->getProjectStatus($project_id);
}