public function JobResubmitForm::getCancelUrl

File

src/Form/JobResubmitForm.php, line 27

Class

JobResubmitForm
Provides a form for deleting a node.

Namespace

Drupal\tmgmt\Form

Code

public function getCancelUrl() {
  return $this->entity
    ->toUrl();
}