You are here

public function ConfirmFormTestForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php \Drupal\form_test\ConfirmFormTestForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

1 method overrides ConfirmFormTestForm::getFormId()
ConfirmFormArrayPathTestForm::getFormId in core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php
Returns a unique string identifying the form.

File

core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php, line 22
Contains \Drupal\form_test\ConfirmFormTestForm.

Class

ConfirmFormTestForm
Provides a test confirmation form.

Namespace

Drupal\form_test

Code

public function getFormId() {
  return 'form_test_confirm_test_form';
}