You are here

public function BillingScheduleBase::getLabel in Commerce Recurring Framework 8

Gets the billing schedule label.

Return value

string The billing schedule label.

Overrides BillingScheduleInterface::getLabel

File

src/Plugin/Commerce/BillingSchedule/BillingScheduleBase.php, line 91

Class

BillingScheduleBase
Provides the base class for billing schedules.

Namespace

Drupal\commerce_recurring\Plugin\Commerce\BillingSchedule

Code

public function getLabel() {
  return (string) $this->pluginDefinition['label'];
}