public function LingotekModerationSettingsFormInterface::getModerationUploadStatuses in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 4.0.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 3.0.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 3.1.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 3.2.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 3.3.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 3.4.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 3.5.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 3.6.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getModerationUploadStatuses()
- 3.7.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.
3 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.
- LingotekWorkbenchModerationSettingsForm::getModerationUploadStatuses in src/
Moderation/ LingotekWorkbenchModerationSettingsForm.php - Gets the moderation statuses.
File
- src/
Moderation/ LingotekModerationSettingsFormInterface.php, line 42
Class
- LingotekModerationSettingsFormInterface
- Workbench moderation settings form helper.
Namespace
Drupal\lingotek\ModerationCode
public function getModerationUploadStatuses($entity_type_id, $bundle);