You are here

public function CSVIntroductionForm::__construct in Commerce Smart Importer 8

CSVIntroductionForm constructor.

File

src/Form/CSVIntroductionForm.php, line 49

Class

CSVIntroductionForm
Introduction form.

Namespace

Drupal\commerce_smart_importer\Form

Code

public function __construct(Connection $connection, CommerceSmartImporerService $service, ModuleHandler $moduleHandler) {
  $this->database = $connection;
  $this->smartImporterService = $service;
  $this->moduleHandler = $moduleHandler;
}