You are here

public function BillingScheduleForm::__construct in Commerce Recurring Framework 8

Constructs a new BillingScheduleForm object.

Parameters

\Drupal\commerce_recurring\BillingScheduleManager $billing_schedule_plugin_manager: The billing schedule plugin manager.

\Drupal\commerce_recurring\ProraterManager $prorater_manager: The prorater plugin manager.

File

src/Form/BillingScheduleForm.php, line 39

Class

BillingScheduleForm

Namespace

Drupal\commerce_recurring\Form

Code

public function __construct(BillingScheduleManager $billing_schedule_plugin_manager, ProraterManager $prorater_manager) {
  $this->billingSchedulePluginManager = $billing_schedule_plugin_manager;
  $this->proraterPluginManager = $prorater_manager;
}