You are here

public function FeedImporterFormBase::__construct in Feed Import 8

Constructs a base class for image style add and edit forms.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $image_style_storage: The image style entity storage.

File

src/Form/FeedImporterFormBase.php, line 28

Class

FeedImporterFormBase
Form for adding a feed importer.

Namespace

Drupal\feed_import\Form

Code

public function __construct(EntityStorageInterface $feed_importer_storage) {
  $this->feedImporterStorage = $feed_importer_storage;
}