You are here

public function LingotekNoModerationSettingsForm::form in Lingotek Translation 3.0.x

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

Code

public function form($entity_type_id, $bundle) {
  return [];
}