You are here

protected function WebformSubmissionNotesForm::getRedirectUrl in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionNotesForm.php \Drupal\webform\WebformSubmissionNotesForm::getRedirectUrl()

File

src/WebformSubmissionNotesForm.php, line 144

Class

WebformSubmissionNotesForm
Controller for webform submission notes.

Namespace

Drupal\webform

Code

protected function getRedirectUrl() {
  return $this->entity
    ->toUrl('edit-notes-form');
}