You are here

public function FilterTestFormatForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php \Drupal\filter_test\Form\FilterTestFormatForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php, line 20
Contains \Drupal\filter_test\Form\FilterTestFormatForm.

Class

FilterTestFormatForm
Shows a test form for testing the 'text_format' form element.

Namespace

Drupal\filter_test\Form

Code

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