public function SourcePluginUiBase::reviewForm in Translation Management Tool 8
Form callback for the job item review form.
Overrides SourcePluginUiInterface::reviewForm
1 call to SourcePluginUiBase::reviewForm()
- ContentEntitySourcePluginUi::reviewForm in sources/
content/ src/ ContentEntitySourcePluginUi.php - Form callback for the job item review form.
1 method overrides SourcePluginUiBase::reviewForm()
- ContentEntitySourcePluginUi::reviewForm in sources/
content/ src/ ContentEntitySourcePluginUi.php - Form callback for the job item review form.
File
- src/
SourcePluginUiBase.php, line 19
Class
- SourcePluginUiBase
- Default ui controller class for source plugin.
Namespace
Drupal\tmgmtCode
public function reviewForm(array $form, FormStateInterface $form_state, JobItemInterface $item) {
return $form;
}