function BreakLockForm::getCancelUrl

Overrides ConfirmFormInterface::getCancelUrl

File

src/Form/BreakLockForm.php, line 88

Class

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

Namespace

Drupal\rules\Form

Code

public function getCancelUrl() {
    return $this->rulesUiHandler
        ->getBaseRouteUrl();
}