public function BillingScheduleInterface::getLabel in Commerce Recurring Framework 8
Gets the billing schedule label.
Return value
string The billing schedule label.
1 method overrides BillingScheduleInterface::getLabel()
- BillingScheduleBase::getLabel in src/
Plugin/ Commerce/ BillingSchedule/ BillingScheduleBase.php - Gets the billing schedule label.
File
- src/
Plugin/ Commerce/ BillingSchedule/ BillingScheduleInterface.php, line 28
Class
- BillingScheduleInterface
- Provides the interface for billing schedules.
Namespace
Drupal\commerce_recurring\Plugin\Commerce\BillingScheduleCode
public function getLabel();