protected function JobItemDeleteForm::getRedirectUrl

File

src/Form/JobItemDeleteForm.php, line 22

Class

JobItemDeleteForm
Provides a confirmation delete form for 'tmgmt_job_item' entity.

Namespace

Drupal\tmgmt\Form

Code

protected function getRedirectUrl() {
  return $this
    ->getEntity()
    ->getJob()
    ->toUrl();
}