You are here

public function JobResubmitForm::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/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.');
}