You are here

public function FormTestFormStateValuesCleanForm::getFormId in Zircon Profile 8

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

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

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

Class

FormTestFormStateValuesCleanForm
Form builder for \Drupal\Core\Form\FormState::cleanValues() test.

Namespace

Drupal\form_test\Form

Code

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