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