You are here

public function Mapper::__construct in Feeds Paragraphs 8

Mapper constructor.

Parameters

FeedsPluginManager $targetsManager:

EntityFieldManagerInterface $entityFieldManager:

EntityTypeBundleInfoInterface $bundleInfo:

File

src/Mapper.php, line 36

Class

Mapper

Namespace

Drupal\feeds_para_mapper

Code

public function __construct(FeedsPluginManager $targetsManager, EntityFieldManagerInterface $entityFieldManager, EntityTypeBundleInfoInterface $bundleInfo) {
  $this->targetsManager = $targetsManager;
  $this->entityFieldManager = $entityFieldManager;
  $this->bundleInfo = $bundleInfo;
}