public function LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 4.0.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 3.0.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 3.1.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 3.2.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 3.3.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 3.4.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 3.5.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 3.6.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- 3.7.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
Gets the default upload status.
Parameters
string $entity_type_id: The entity type id.
string $bundle: The bundle id.
Return value
string The default status ID. If there is a setting, that will be returned.
3 methods override LingotekModerationSettingsFormInterface::getDefaultModerationUploadStatus()
- LingotekContentModerationSettingsForm::getDefaultModerationUploadStatus in src/
Moderation/ LingotekContentModerationSettingsForm.php - Gets the default upload status.
- LingotekNoModerationSettingsForm::getDefaultModerationUploadStatus in src/
Moderation/ LingotekNoModerationSettingsForm.php - Gets the default upload status.
- LingotekWorkbenchModerationSettingsForm::getDefaultModerationUploadStatus in src/
Moderation/ LingotekWorkbenchModerationSettingsForm.php - Gets the default upload status.
File
- src/
Moderation/ LingotekModerationSettingsFormInterface.php, line 55
Class
- LingotekModerationSettingsFormInterface
- Workbench moderation settings form helper.
Namespace
Drupal\lingotek\ModerationCode
public function getDefaultModerationUploadStatus($entity_type_id, $bundle);