You are here

public function LingotekConfigurationServiceInterface::setDeleteRemoteAfterDisassociation in Lingotek Translation 8.2

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

Sets if remote documents must be deleted after disassociation.

Parameters

bool $delete: TRUE if remote documents must be deleted, FALSE otherwise.

Deprecated

in 8.x-2.14, will be removed in 8.x-2.16. They always be cancelled.

1 method overrides LingotekConfigurationServiceInterface::setDeleteRemoteAfterDisassociation()
LingotekConfigurationService::setDeleteRemoteAfterDisassociation in src/LingotekConfigurationService.php
Sets if remote documents must be deleted after disassociation.

File

src/LingotekConfigurationServiceInterface.php, line 265

Class

LingotekConfigurationServiceInterface
Defines service for accessing the Lingotek configuration.

Namespace

Drupal\lingotek

Code

public function setDeleteRemoteAfterDisassociation($delete);