You are here

public function LingotekModerationConfigurationServiceInterface::setUploadStatus in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  2. 4.0.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  3. 3.1.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  4. 3.2.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  5. 3.3.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  6. 3.4.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  7. 3.5.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  8. 3.6.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  9. 3.7.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
  10. 3.8.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()

Sets the moderation status ID that triggers an upload.

Parameters

string $entity_type_id: An entity type ID.

string $bundle: A bundle.

string $status: The moderation status ID.

Return value

string The moderation status ID that triggers an upload.

2 methods override LingotekModerationConfigurationServiceInterface::setUploadStatus()
LingotekContentModerationConfigurationService::setUploadStatus in src/Moderation/LingotekContentModerationConfigurationService.php
Sets the moderation status ID that triggers an upload.
LingotekNoModerationConfigurationService::setUploadStatus in src/Moderation/LingotekNoModerationConfigurationService.php
Sets the moderation status ID that triggers an upload.

File

src/Moderation/LingotekModerationConfigurationServiceInterface.php, line 51

Class

LingotekModerationConfigurationServiceInterface
Service for managing moderation settings in the Lingotek integration.

Namespace

Drupal\lingotek\Moderation

Code

public function setUploadStatus($entity_type_id, $bundle, $status);