You are here

public function CouponCodePattern::getType in Commerce Core 8.2

Gets the pattern type.

Return value

string The pattern type.

File

modules/promotion/src/CouponCodePattern.php, line 77

Class

CouponCodePattern
Represents a coupon code pattern.

Namespace

Drupal\commerce_promotion

Code

public function getType() : string {
  return $this->type;
}