public function SubscriptionTypeBase::getLabel in Commerce Recurring Framework 8
Gets the subscription type label.
Return value
string The subscription type label.
Overrides SubscriptionTypeInterface::getLabel
File
- src/
Plugin/ Commerce/ SubscriptionType/ SubscriptionTypeBase.php, line 68
Class
- SubscriptionTypeBase
- Defines the subscription base class.
Namespace
Drupal\commerce_recurring\Plugin\Commerce\SubscriptionTypeCode
public function getLabel() {
return $this->pluginDefinition['label'];
}