You are here

public function OverrideController::__construct in Commerce Smart Importer 8

OverrideController constructor.

File

src/Controller/OverrideController.php, line 36

Class

OverrideController
Controller used to override values in import.

Namespace

Drupal\commerce_smart_importer\Controller

Code

public function __construct(AccountProxy $user, CommerceSmartImporerService $service) {
  $this->currentUser = $user;
  $this->importerService = $service;
}