You are here

public function FormTestFormStateValuesCleanAdvancedForm::getFormId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php \Drupal\form_test\Form\FormTestFormStateValuesCleanAdvancedForm::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/FormTestFormStateValuesCleanAdvancedForm.php, line 21
Contains \Drupal\form_test\Form\FormTestFormStateValuesCleanAdvancedForm.

Class

FormTestFormStateValuesCleanAdvancedForm
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_advanced_form';
}