You are here

public function PaymentOption::getLabel in Commerce Core 8.2

Gets the label.

Return value

string The label.

File

modules/payment/src/PaymentOption.php, line 87

Class

PaymentOption
Represents a payment option.

Namespace

Drupal\commerce_payment

Code

public function getLabel() : string {
  return $this->label;
}