public function ExportEntitySettingsForm::getFormId in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Form/ExportEntitySettingsForm.php \Drupal\content_synchronizer\Form\ExportEntitySettingsForm::getFormId()
- 3.x src/Form/ExportEntitySettingsForm.php \Drupal\content_synchronizer\Form\ExportEntitySettingsForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- src/
Form/ ExportEntitySettingsForm.php, line 23
Class
- ExportEntitySettingsForm
- Class ExportEntitySettingsForm.
Namespace
Drupal\content_synchronizer\FormCode
public function getFormId() {
return 'ExportEntity_settings';
}