You are here

public function LingotekApiInterface::getProject in Lingotek Translation 3.2.x

Same name and namespace in other branches
  1. 4.0.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()
  2. 3.0.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()
  3. 3.1.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()
  4. 3.3.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()
  5. 3.4.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()
  6. 3.5.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()
  7. 3.6.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()
  8. 3.7.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()
  9. 3.8.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getProject()

Gets the project with the given ID.

Parameters

string $id: The project ID.

Return value

array|bool Array with project information.

1 method overrides LingotekApiInterface::getProject()
LingotekApi::getProject in src/Remote/LingotekApi.php
Gets the project with the given ID.

File

src/Remote/LingotekApiInterface.php, line 201

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getProject($id);