You are here

public function SubscriptionTypeInterface::getLabel in Commerce Recurring Framework 8

Gets the subscription type label.

Return value

string The subscription type label.

1 method overrides SubscriptionTypeInterface::getLabel()
SubscriptionTypeBase::getLabel in src/Plugin/Commerce/SubscriptionType/SubscriptionTypeBase.php
Gets the subscription type label.

File

src/Plugin/Commerce/SubscriptionType/SubscriptionTypeInterface.php, line 26

Class

SubscriptionTypeInterface
Defines the interface for subscription types.

Namespace

Drupal\commerce_recurring\Plugin\Commerce\SubscriptionType

Code

public function getLabel();