public function JobResubmitForm::getDescription

File

src/Form/JobResubmitForm.php, line 20

Class

JobResubmitForm
Provides a form for deleting a node.

Namespace

Drupal\tmgmt\Form

Code

public function getDescription() {
  return $this
    ->t('This creates a new job with the same items which can then be submitted again. In case the sources meanwhile changed, the new job will reflect the update.');
}