You are here

public function LingotekModerationConfigurationServiceInterface::setDownloadTransition in Lingotek Translation 4.0.x

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

Sets the moderation transition ID that triggers a download.

Parameters

string $entity_type_id: An entity type ID.

string $bundle: A bundle.

string $transition: The moderation transition ID.

Return value

string The moderation transition ID that should be triggered after a download.

3 methods override LingotekModerationConfigurationServiceInterface::setDownloadTransition()
LingotekContentModerationConfigurationService::setDownloadTransition in src/Moderation/LingotekContentModerationConfigurationService.php
Sets the moderation transition ID that triggers a download.
LingotekNoModerationConfigurationService::setDownloadTransition in src/Moderation/LingotekNoModerationConfigurationService.php
Sets the moderation transition ID that triggers a download.
LingotekWorkbenchModerationConfigurationService::setDownloadTransition in src/Moderation/LingotekWorkbenchModerationConfigurationService.php
Sets the moderation transition ID that triggers a download.

File

src/Moderation/LingotekModerationConfigurationServiceInterface.php, line 66

Class

LingotekModerationConfigurationServiceInterface
Service for managing moderation settings in the Lingotek integration.

Namespace

Drupal\lingotek\Moderation

Code

public function setDownloadTransition($entity_type_id, $bundle, $transition);