You are here

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

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

Deletes a document target translation for a given locale from the Lingotek service.

Parameters

string $id: The document id.

string $locale: The target locale.

Return value

\Psr\Http\Message\ResponseInterface A response.

1 method overrides LingotekApiInterface::deleteTranslation()
LingotekApi::deleteTranslation in src/Remote/LingotekApi.php
Deletes a document target translation for a given locale from the Lingotek service.

File

src/Remote/LingotekApiInterface.php, line 181

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function deleteTranslation($id, $locale);