You are here

public function LingotekConfigTranslationServiceInterface::deleteConfigDocument in Lingotek Translation 8.2

Same name and namespace in other branches
  1. 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::deleteConfigDocument()

Deletes a document from the server and all related local data.

Parameters

string $mapper_id: The entity being uploaded.

Deprecated

in 8.x-2.14, will be removed in 8.x-2.16. Use ::cancelConfigDocument instead.

1 method overrides LingotekConfigTranslationServiceInterface::deleteConfigDocument()
LingotekConfigTranslationService::deleteConfigDocument in src/LingotekConfigTranslationService.php
Deletes a document from the server and all related local data.

File

src/LingotekConfigTranslationServiceInterface.php, line 569

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function deleteConfigDocument($mapper_id);