function ContactSettingsForm::getFormId
Same name in other branches
- 3.x modules/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\FormCode
public function getFormId() {
return 'content_entity_example_settings';
}