You are here

public function SettingsForm::defaultKeys in Logs HTTP 8

Holds the name of the keys we holds in the variable.

1 call to SettingsForm::defaultKeys()
SettingsForm::submitForm in src/Form/SettingsForm.php
Form submission handler.

File

src/Form/SettingsForm.php, line 32

Class

SettingsForm
Defines a form that configures Logs http settings.

Namespace

Drupal\logs_http\Form

Code

public function defaultKeys() {
  return [
    'enabled',
    'url',
    'severity_level',
    'uuid',
  ];
}