You are here

public function LingotekModerationSettingsFormInterface::getModerationUploadStatuses in Lingotek Translation 3.0.x

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

Gets the moderation statuses.

Parameters

string $entity_type_id: The entity type id.

string $bundle: The bundle id.

Return value

array Array with statuses ids as keys and label as value.

2 methods override LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
LingotekContentModerationSettingsForm::getModerationUploadStatuses in src/Moderation/LingotekContentModerationSettingsForm.php
Gets the moderation statuses.
LingotekNoModerationSettingsForm::getModerationUploadStatuses in src/Moderation/LingotekNoModerationSettingsForm.php
Gets the moderation statuses.

File

src/Moderation/LingotekModerationSettingsFormInterface.php, line 42

Class

LingotekModerationSettingsFormInterface
Workbench moderation settings form helper.

Namespace

Drupal\lingotek\Moderation

Code

public function getModerationUploadStatuses($entity_type_id, $bundle);