public function SourcePluginUiInterface::reviewForm in Translation Management Tool 8
Form callback for the job item review form.
1 method overrides SourcePluginUiInterface::reviewForm()
- SourcePluginUiBase::reviewForm in src/
SourcePluginUiBase.php - Form callback for the job item review form.
File
- src/
SourcePluginUiInterface.php, line 19
Class
- SourcePluginUiInterface
- Interface for source ui controllers.
Namespace
Drupal\tmgmtCode
public function reviewForm(array $form, FormStateInterface $form_state, JobItemInterface $item);