You are here

protected property DefaultProcessor::$itemStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 58
Contains \Drupal\aggregator\Plugin\aggregator\processor\DefaultProcessor.

Class

DefaultProcessor
Defines a default processor implementation.

Namespace

Drupal\aggregator\Plugin\aggregator\processor

Code

protected $itemStorage;