You are here

public static function CSVIntroductionForm::create in Commerce Smart Importer 8

Create.

Overrides FormBase::create

File

src/Form/CSVIntroductionForm.php, line 60

Class

CSVIntroductionForm
Introduction form.

Namespace

Drupal\commerce_smart_importer\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('database'), $container
    ->get('commerce_smart_importer.service'), $container
    ->get('module_handler'));
}