public function LingotekNoModerationConfigurationService::getUploadStatus in Lingotek Translation 3.7.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 4.0.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 3.0.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 3.1.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 3.2.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 3.3.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 3.4.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 3.5.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 3.6.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
- 3.8.x src/Moderation/LingotekNoModerationConfigurationService.php \Drupal\lingotek\Moderation\LingotekNoModerationConfigurationService::getUploadStatus()
Gets the moderation status ID that triggers an upload.
Parameters
string $entity_type_id: An entity type ID.
string $bundle: A bundle.
Return value
string The moderation status ID that triggers an upload.
Overrides LingotekModerationConfigurationServiceInterface::getUploadStatus
File
- src/
Moderation/ LingotekNoModerationConfigurationService.php, line 17
Class
- LingotekNoModerationConfigurationService
- Moderation configuration service when no other integration applies.
Namespace
Drupal\lingotek\ModerationCode
public function getUploadStatus($entity_type_id, $bundle) {
return NULL;
}