You are here

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

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

3 methods override LingotekModerationConfigurationServiceInterface::getUploadStatus()
LingotekContentModerationConfigurationService::getUploadStatus in src/Moderation/LingotekContentModerationConfigurationService.php
Gets the moderation status ID that triggers an upload.
LingotekNoModerationConfigurationService::getUploadStatus in src/Moderation/LingotekNoModerationConfigurationService.php
Gets the moderation status ID that triggers an upload.
LingotekWorkbenchModerationConfigurationService::getUploadStatus in src/Moderation/LingotekWorkbenchModerationConfigurationService.php
Gets the moderation status ID that triggers an upload.

File

src/Moderation/LingotekModerationConfigurationServiceInterface.php, line 23

Class

LingotekModerationConfigurationServiceInterface
Service for managing moderation settings in the Lingotek integration.

Namespace

Drupal\lingotek\Moderation

Code

public function getUploadStatus($entity_type_id, $bundle);