You are here

public function ContactSettingsForm::getFormId in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 content_entity_example/src/Form/ContactSettingsForm.php \Drupal\content_entity_example\Form\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';
}