You are here

public function FilebrowserConfigForm::getFormId in Filebrowser 8.2

Same name and namespace in other branches
  1. 3.x src/Form/FilebrowserConfigForm.php \Drupal\filebrowser\Form\FilebrowserConfigForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/FilebrowserConfigForm.php, line 42

Class

FilebrowserConfigForm

Namespace

Drupal\filebrowser\Form

Code

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