public function HttpAuthSettings::getFormId in HTTP Auth 8
Implements FormBuilder::getFormId.
Overrides FormInterface::getFormId
File
- src/
Form/ HttpAuthSettings.php, line 17
Class
- HttpAuthSettings
- Provide settings page for applying Http Auth on your site.
Namespace
Drupal\http_auth\FormCode
public function getFormId() {
return 'http_auth';
}