protected function BreakLockForm::getCancelPath

Implements \Drupal\Core\Form\ConfirmFormBase::getCancelPath().

Overrides ConfirmFormBase::getCancelPath

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php, line 93
Contains \Drupal\views_ui\Form\BreakLockForm.

Class

BreakLockForm
Builds the form to break the lock of an edited view.

Namespace

Drupal\views_ui\Form

Code

protected function getCancelPath() {
  return 'admin/structure/views/view/' . $this->view
    ->id();
}