You are here

public function LicenseSettingsForm::getFormId in Commerce License 8.2

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/LicenseSettingsForm.php, line 23

Class

LicenseSettingsForm
Class LicenseSettingsForm.

Namespace

Drupal\commerce_license\Form

Code

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