You are here

protected property DefaultProcessor::$itemStorage 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::itemStorage

The entity storage for items.

Type: \Drupal\aggregator\ItemStorageInterface

File

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

Class

DefaultProcessor
Defines a default processor implementation.

Namespace

Drupal\aggregator\Plugin\aggregator\processor

Code

protected $itemStorage;