You are here

public function ExportEntitySettingsForm::getFormId in Content Synchronizer 8.2

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

Code

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