You are here

public function MappingForm::__construct in Feeds 8.3

Constructs a new MappingForm object.

Parameters

\Drupal\Core\Config\Entity\ConfigEntityStorageInterface $feed_type_storage: The feed type storage.

File

src/Form/MappingForm.php, line 50

Class

MappingForm
Provides a form for mapping settings.

Namespace

Drupal\feeds\Form

Code

public function __construct(ConfigEntityStorageInterface $feed_type_storage) {
  $this->feedTypeStorage = $feed_type_storage;
}