public function JobAbortForm::getDescription

File

src/Form/JobAbortForm.php, line 23

Class

JobAbortForm
Provides a form for deleting a node.

Namespace

Drupal\tmgmt\Form

Code

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.');
}