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