You are here

protected function miniorange_2fa_RemoveLicense::getEditableConfigNames in Google Authenticator / 2 Factor Authentication - 2FA 8

File

src/Form/miniorange_2fa_RemoveLicense.php, line 97

Class

miniorange_2fa_RemoveLicense

Namespace

Drupal\miniorange_2fa\Form

Code

protected function getEditableConfigNames() {
  return [
    'config.miniorange_2fa_remove_license',
  ];
}