public function BillingSchedule::getPluginConfiguration in Commerce Recurring Framework 8
Gets the billing schedule plugin configuration.
Return value
array The billing schedule plugin configuration.
Overrides BillingScheduleInterface::getPluginConfiguration
File
- src/
Entity/ BillingSchedule.php, line 235
Class
- BillingSchedule
- Defines the billing schedule entity class.
Namespace
Drupal\commerce_recurring\EntityCode
public function getPluginConfiguration() {
return $this->configuration;
}