public function ImportConfirmForm::getCancelUrl in Fixed Block Content 8
Implements getCancelUrl().
Return value
\Drupal\Core\Url Cancel URL.
Overrides ConfirmFormInterface::getCancelUrl
1 call to ImportConfirmForm::getCancelUrl()
- ImportConfirmForm::submitForm in src/
Form/ ImportConfirmForm.php - The submit handler for the confirm form.
File
- src/
Form/ ImportConfirmForm.php, line 39
Class
- ImportConfirmForm
- Import default content confirm form class.
Namespace
Drupal\fixed_block_content\FormCode
public function getCancelUrl() {
return Url::fromRoute('entity.fixed_block_content.collection');
}