You are here

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

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

Cancels a document on Lingotek.

Parameters

string $document_id: The document id.

Return value

\Psr\Http\Message\ResponseInterface A response.

1 method overrides LingotekApiInterface::cancelDocument()
LingotekApi::cancelDocument in src/Remote/LingotekApi.php
Cancels a document on Lingotek.

File

src/Remote/LingotekApiInterface.php, line 78

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function cancelDocument($document_id);