function DeleteEventForm::getCancelUrl

Overrides ConfirmFormInterface::getCancelUrl

1 call to DeleteEventForm::getCancelUrl()
DeleteEventForm::submitForm in src/Form/DeleteEventForm.php
Form submission handler.

File

src/Form/DeleteEventForm.php, line 129

Class

DeleteEventForm
Removes an event from a rule.

Namespace

Drupal\rules\Form

Code

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