You are here

public function PathFileEntitySettingsForm::getFormId in Path File 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/PathFileEntitySettingsForm.php, line 57

Class

PathFileEntitySettingsForm
Class PathFileEntitySettingsForm.

Namespace

Drupal\path_file\Form

Code

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