You are here

public function ConnectionSettingsForm::getFormId in RedHen CRM 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

modules/redhen_connection/src/Form/ConnectionSettingsForm.php, line 23

Class

ConnectionSettingsForm
Class ConnectionSettingsForm.

Namespace

Drupal\redhen_connection\Form

Code

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