You are here

public function DefaultEntityProcessorForm::__construct in Feeds 8.3

Constructs a DefaultEntityProcessorForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

src/Feeds/Processor/Form/DefaultEntityProcessorForm.php, line 33

Class

DefaultEntityProcessorForm
The configuration form for the CSV parser.

Namespace

Drupal\feeds\Feeds\Processor\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}