You are here

public function ExchangerImport::__construct in Commerce Exchanger 8

ExchangerImport constructor.

Parameters

\Drupal\commerce_exchanger\ExchangerImporterInterface $importer: Exchange importer.

File

src/Controller/ExchangerImport.php, line 31

Class

ExchangerImport
Class ExchangerImport.

Namespace

Drupal\commerce_exchanger\Controller

Code

public function __construct(ExchangerImporterInterface $importer) {
  $this->importer = $importer;
}