You are here

protected function SamlSpConfigSPForm::getEditableConfigNames in SAML Service Provider 7.8

File

src/Form/SamlSpConfigSPForm.php, line 83
Contains \Drupal\saml_sp\Form\SamlSpConfigSPForm.

Class

SamlSpConfigSPForm

Namespace

Drupal\saml_sp\Form

Code

protected function getEditableConfigNames() {
  return [
    'saml_sp.settings',
  ];
}