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