You are here

public function CouponCodeGenerator::__construct in Commerce Core 8.2

Constructs a new CouponCodeGenerator object.

Parameters

\Drupal\Core\Database\Connection $connection: The database connection.

File

modules/promotion/src/CouponCodeGenerator.php, line 22

Class

CouponCodeGenerator

Namespace

Drupal\commerce_promotion

Code

public function __construct(Connection $connection) {
  $this->connection = $connection;
}