function LoggingForm::getEditableConfigNames

Same name and namespace in other branches
  1. 8.9.x core/modules/system/src/Form/LoggingForm.php \Drupal\system\Form\LoggingForm::getEditableConfigNames()

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

core/modules/system/src/Form/LoggingForm.php, line 25

Class

LoggingForm
Configure logging settings for this site.

Namespace

Drupal\system\Form

Code

protected function getEditableConfigNames() {
    return [
        'system.logging',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.