function ContactSettingsForm::getFormId

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

modules/content_entity_example/src/Form/ContactSettingsForm.php, line 21

Class

ContactSettingsForm
Class ContentEntityExampleSettingsForm.

Namespace

Drupal\content_entity_example\Form

Code

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