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
Namespace
Drupal\commerce_recurring\FormCode
public function __construct(BillingScheduleManager $billing_schedule_plugin_manager, ProraterManager $prorater_manager) {
$this->billingSchedulePluginManager = $billing_schedule_plugin_manager;
$this->proraterPluginManager = $prorater_manager;
}