You are here

protected property OpmlFeedAdd::$feedStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/src/Form/OpmlFeedAdd.php \Drupal\aggregator\Form\OpmlFeedAdd::feedStorage

The feed storage.

Type: \Drupal\aggregator\FeedStorageInterface

File

core/modules/aggregator/src/Form/OpmlFeedAdd.php, line 26

Class

OpmlFeedAdd
Imports feeds from OPML.

Namespace

Drupal\aggregator\Form

Code

protected $feedStorage;