You are here

public function LingotekApiInterface::cancelDocumentTarget in Lingotek Translation 3.4.x

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

Cancels the document target with this document id and locale from the Lingotek service.

Parameters

string $document_id: The document id.

string $locale: The locale target we want to cancel the translation.

Return value

\Psr\Http\Message\ResponseInterface A response.

1 method overrides LingotekApiInterface::cancelDocumentTarget()
LingotekApi::cancelDocumentTarget in src/Remote/LingotekApi.php
Cancels the document target with this document id and locale from the Lingotek service.

File

src/Remote/LingotekApiInterface.php, line 91

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function cancelDocumentTarget($document_id, $locale);