function DefaultProcessor::getConfiguration

Same name in other branches
  1. 9 core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php \Drupal\aggregator\Plugin\aggregator\processor\DefaultProcessor::getConfiguration()

Overrides ConfigurableInterface::getConfiguration

1 call to DefaultProcessor::getConfiguration()
DefaultProcessor::__construct in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Constructs a DefaultProcessor object.

File

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

Class

DefaultProcessor
Defines a default processor implementation.

Namespace

Drupal\aggregator\Plugin\aggregator\processor

Code

public function getConfiguration() {
    return $this->configFactory
        ->get('aggregator.settings')
        ->get();
}

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