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