public function LingotekModerationConfigurationServiceInterface::getDownloadTransition in Lingotek Translation 3.5.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 4.0.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 3.0.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 3.1.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 3.2.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 3.3.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 3.4.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 3.6.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 3.7.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- 3.8.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::getDownloadTransition()
Gets the moderation transition ID that triggers a download.
Parameters
string $entity_type_id: An entity type ID.
string $bundle: A bundle.
Return value
string The moderation transition ID that should be triggered after a download.
3 methods override LingotekModerationConfigurationServiceInterface::getDownloadTransition()
- LingotekContentModerationConfigurationService::getDownloadTransition in src/
Moderation/ LingotekContentModerationConfigurationService.php - Gets the moderation transition ID that triggers a download.
- LingotekNoModerationConfigurationService::getDownloadTransition in src/
Moderation/ LingotekNoModerationConfigurationService.php - Gets the moderation transition ID that triggers a download.
- LingotekWorkbenchModerationConfigurationService::getDownloadTransition in src/
Moderation/ LingotekWorkbenchModerationConfigurationService.php - Gets the moderation transition ID that triggers a download.
File
- src/
Moderation/ LingotekModerationConfigurationServiceInterface.php, line 36
Class
- LingotekModerationConfigurationServiceInterface
- Service for managing moderation settings in the Lingotek integration.
Namespace
Drupal\lingotek\ModerationCode
public function getDownloadTransition($entity_type_id, $bundle);