You are here

public function ExportConfirmForm::getCancelUrl in Fixed Block Content 8

Implements getCancelUrl().

Return value

\Drupal\Core\Url Cancel URL.

Overrides ConfirmFormInterface::getCancelUrl

1 call to ExportConfirmForm::getCancelUrl()
ExportConfirmForm::submitForm in src/Form/ExportConfirmForm.php
The submit handler for the confirm form.

File

src/Form/ExportConfirmForm.php, line 39

Class

ExportConfirmForm
Export default content confirm form class.

Namespace

Drupal\fixed_block_content\Form

Code

public function getCancelUrl() {
  return Url::fromRoute('entity.fixed_block_content.collection');
}