You are here

public function LingotekConfigurationServiceInterface::setDeleteRemoteAfterDisassociation in Lingotek Translation 8

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

Sets if remote documents must be deleted after disassociation.

Parameters

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

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 258
Contains \Drupal\lingotek\LingotekConfigurationServiceInterface

Class

LingotekConfigurationServiceInterface
Defines service for accessing the Lingotek configuration.

Namespace

Drupal\lingotek

Code

public function setDeleteRemoteAfterDisassociation($delete);