You are here

public function LingotekConfigTranslationServiceInterface::deleteConfigDocument in Lingotek Translation 8

Same name and namespace in other branches
  1. 8.2 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.

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 508
Contains \Drupal\lingotek\LingotekConfigTranslationServiceInterface.

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function deleteConfigDocument($mapper_id);