function RssFeedsForm::getEditableConfigNames

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

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

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

Class

RssFeedsForm
Configure RSS settings for this site.

Namespace

Drupal\system\Form

Code

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

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