public function LingotekModerationConfigurationServiceInterface::setUploadStatus in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 4.0.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 3.0.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 3.1.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 3.2.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 3.3.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 3.4.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 3.5.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 3.6.x src/Moderation/LingotekModerationConfigurationServiceInterface.php \Drupal\lingotek\Moderation\LingotekModerationConfigurationServiceInterface::setUploadStatus()
- 3.7.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.
3 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.
- LingotekWorkbenchModerationConfigurationService::setUploadStatus in src/
Moderation/ LingotekWorkbenchModerationConfigurationService.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\ModerationCode
public function setUploadStatus($entity_type_id, $bundle, $status);