public function LingotekNoModerationSettingsForm::form in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 4.0.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 3.0.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 3.1.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 3.2.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 3.4.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 3.5.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 3.6.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 3.7.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
- 3.8.x src/Moderation/LingotekNoModerationSettingsForm.php \Drupal\lingotek\Moderation\LingotekNoModerationSettingsForm::form()
Gets the subform for configuring the settings for a given bundle.
Parameters
string $entity_type_id: The entity type id.
string $bundle: The bundle id.
Return value
array The array defining the form.
Overrides LingotekModerationSettingsFormInterface::form
File
- src/
Moderation/ LingotekNoModerationSettingsForm.php, line 59
Class
- LingotekNoModerationSettingsForm
- Moderation settings form when no other integration applies.
Namespace
Drupal\lingotek\ModerationCode
public function form($entity_type_id, $bundle) {
return [];
}