public function BillingScheduleInterface::getPluginId in Commerce Recurring Framework 8
Gets the billing schedule plugin ID.
Return value
string The billing schedule plugin ID.
1 method overrides BillingScheduleInterface::getPluginId()
- BillingSchedule::getPluginId in src/
Entity/ BillingSchedule.php - Gets the billing schedule plugin ID.
File
- src/
Entity/ BillingScheduleInterface.php, line 114
Class
- BillingScheduleInterface
- Defines the interface for billing schedules.
Namespace
Drupal\commerce_recurring\EntityCode
public function getPluginId();