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