You are here

public function LogSettingsForm::getFormId in Log entity 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/LogSettingsForm.php, line 23

Class

LogSettingsForm
Class LogSettingsForm.

Namespace

Drupal\log\Form

Code

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