You are here

public function BillingScheduleInterface::getProrater in Commerce Recurring Framework 8

Gets the prorater plugin.

Return value

\Drupal\commerce_recurring\Plugin\Commerce\Prorater\ProraterInterface The prorater plugin.

1 method overrides BillingScheduleInterface::getProrater()
BillingSchedule::getProrater in src/Entity/BillingSchedule.php
Gets the prorater plugin.

File

src/Entity/BillingScheduleInterface.php, line 194

Class

BillingScheduleInterface
Defines the interface for billing schedules.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getProrater();