protected function ConfirmFormArrayPathTestForm::getCancelText

Overrides \Drupal\form_test\ConfirmFormTestForm::getCancelText().

Overrides ConfirmFormTestForm::getCancelText

File

drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormArrayPathTestForm.php, line 37
Contains \Drupal\form_test\ConfirmFormArrayPathTestForm.

Class

ConfirmFormArrayPathTestForm
Provides a test confirmation form with a complex cancellation destination.

Namespace

Drupal\form_test

Code

protected function getCancelText() {
  return t('ConfirmFormArrayPathTestForm::getCancelText().');
}