public function ContactSettingsForm::getFormId in Examples for Developers 8
Same name and namespace 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
- 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';
}