You are here

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\Entity

Code

public function setPluginConfiguration(array $configuration);