public function LingotekConfigTranslationServiceInterface::cancelDocument in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::cancelDocument()
- 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\lingotekCode
public function cancelDocument(ConfigEntityInterface &$entity);