public function BillingScheduleInterface::getDisplayLabel in Commerce Recurring Framework 8
Gets the display label.
This label is customer-facing.
Return value
string The display label.
1 method overrides BillingScheduleInterface::getDisplayLabel()
- BillingSchedule::getDisplayLabel in src/
Entity/ BillingSchedule.php - Gets the display label.
File
- src/
Entity/ BillingScheduleInterface.php, line 29
Class
- BillingScheduleInterface
- Defines the interface for billing schedules.
Namespace
Drupal\commerce_recurring\EntityCode
public function getDisplayLabel();