public function JobAbortForm::getDescription in Translation Management Tool 8
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ContentEntityConfirmFormBase::getDescription
File
- src/
Form/ JobAbortForm.php, line 23
Class
- JobAbortForm
- Provides a form for deleting a node.
Namespace
Drupal\tmgmt\FormCode
public function getDescription() {
return $this
->t('This will send a request to the translator to abort the job. After the action the job translation process will be aborted and only remaining action will be resubmitting it.');
}