Same name and namespace in other branches
  1. 4.x src/Form/QuickTabsInstanceDeleteForm.php \Drupal\quicktabs\Form\QuickTabsInstanceDeleteForm::getCancelUrl()
1 call to QuickTabsInstanceDeleteForm::getCancelUrl()
QuickTabsInstanceDeleteForm::submitForm in src/Form/QuickTabsInstanceDeleteForm.php

File

src/Form/QuickTabsInstanceDeleteForm.php, line 25

Class

QuickTabsInstanceDeleteForm
Class QuickTabsInstanceDeleteForm.

Namespace

Drupal\quicktabs\Form

Code

public function getCancelUrl() {
    return new Url('quicktabs.admin');
}