You are here

public function CouponCodePattern::getPrefix in Commerce Core 8.2

Gets the prefix.

Return value

string The prefix.

File

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

Class

CouponCodePattern
Represents a coupon code pattern.

Namespace

Drupal\commerce_promotion

Code

public function getPrefix() : string {
  return $this->prefix;
}