You are here

public function CommerceSmartImporerService::__construct in Commerce Smart Importer 8

CommerceSmartImporerService constructor.

File

src/Plugin/CommerceSmartImporerService.php, line 90
Main Commerce Smart Importer Service.

Class

CommerceSmartImporerService
This is main Commerce Smart Importer Service.

Namespace

Drupal\commerce_smart_importer\Plugin

Code

public function __construct(Connection $connection, Token $token, EntityFieldManager $entityFieldManager, ConfigFactory $configFactory, EntityTypeBundleInfo $entityTypeBundleInfo) {
  $this->database = $connection;
  $this->token = $token;
  $this->entityFieldManager = $entityFieldManager;
  $this->configFactory = $configFactory;
  $this->entityTypeBundleInfo = $entityTypeBundleInfo;
}