function DefaultProcessor::getEditableConfigNames

Same name and namespace in other branches
  1. 8.9.x core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php \Drupal\aggregator\Plugin\aggregator\processor\DefaultProcessor::getEditableConfigNames()

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php, line 110

Class

DefaultProcessor
Defines a default processor implementation.

Namespace

Drupal\aggregator\Plugin\aggregator\processor

Code

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

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