public function JobResubmitForm::getQuestion

File

src/Form/JobResubmitForm.php, line 16

Class

JobResubmitForm
Provides a form for deleting a node.

Namespace

Drupal\tmgmt\Form

Code

public function getQuestion() {
  return $this
    ->t('Resubmit as a new job?', array(
    '%title' => $this->entity
      ->label(),
  ));
}