public function BillingSchedule::getDisplayLabel in Commerce Recurring Framework 8
Gets the display label.
This label is customer-facing.
Return value
string The display label.
Overrides BillingScheduleInterface::getDisplayLabel
File
- src/
Entity/ BillingSchedule.php, line 155
Class
- BillingSchedule
- Defines the billing schedule entity class.
Namespace
Drupal\commerce_recurring\EntityCode
public function getDisplayLabel() {
return $this->displayLabel;
}