public function BillingScheduleInterface::setDisplayLabel in Commerce Recurring Framework 8
Sets the display label.
Parameters
string $display_label: The display label.
Return value
$this
1 method overrides BillingScheduleInterface::setDisplayLabel()
- BillingSchedule::setDisplayLabel in src/
Entity/ BillingSchedule.php - Sets the display label.
File
- src/
Entity/ BillingScheduleInterface.php, line 39
Class
- BillingScheduleInterface
- Defines the interface for billing schedules.
Namespace
Drupal\commerce_recurring\EntityCode
public function setDisplayLabel($display_label);