public function LingotekConfigurationServiceInterface::mustDeleteRemoteAfterDisassociation in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::mustDeleteRemoteAfterDisassociation()
Determines if remote documents must be deleted after disassociation.
Return value
boolean
1 method overrides LingotekConfigurationServiceInterface::mustDeleteRemoteAfterDisassociation()
- LingotekConfigurationService::mustDeleteRemoteAfterDisassociation in src/
LingotekConfigurationService.php - Determines if remote documents must be deleted after disassociation.
File
- src/
LingotekConfigurationServiceInterface.php, line 250 - Contains \Drupal\lingotek\LingotekConfigurationServiceInterface
Class
- LingotekConfigurationServiceInterface
- Defines service for accessing the Lingotek configuration.
Namespace
Drupal\lingotekCode
public function mustDeleteRemoteAfterDisassociation();