You are here

protected property DefaultProcessor::$configFactory in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php \Drupal\aggregator\Plugin\aggregator\processor\DefaultProcessor::configFactory

Contains the configuration object factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

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

Class

DefaultProcessor
Defines a default processor implementation.

Namespace

Drupal\aggregator\Plugin\aggregator\processor

Code

protected $configFactory;