You are here

public function ImportEntitySettingsForm::getFormId in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Form/ImportEntitySettingsForm.php \Drupal\content_synchronizer\Form\ImportEntitySettingsForm::getFormId()
  2. 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\Form

Code

public function getFormId() {
  return 'ImportEntity_settings';
}