You are here

public function LingotekConfigTranslationServiceInterface::cancelDocument in Lingotek Translation 3.4.x

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

Cancels a document from the server.

Parameters

\Drupal\Core\Config\Entity\ConfigEntityInterface &$entity: The entity which we want to cancel.

Return value

\Drupal\Core\Config\Entity\ConfigEntityInterface The entity.

1 method overrides LingotekConfigTranslationServiceInterface::cancelDocument()
LingotekConfigTranslationService::cancelDocument in src/LingotekConfigTranslationService.php
Cancels a document from the server.

File

src/LingotekConfigTranslationServiceInterface.php, line 309

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function cancelDocument(ConfigEntityInterface &$entity);