You are here

public function HstsConfigForm::getFormID in HTTP Strict Transport Security 8

.

File

src/Form/HstsConfigForm.php, line 61
Contains \Drupal\hsts\Form\HstsConfigForm.

Class

HstsConfigForm
Implements a Hsts Config form.

Namespace

Drupal\hsts\Form

Code

public function getFormID() {
  return 'hsts_config_form';
}