You are here

public function BillingSchedule::getPluginId in Commerce Recurring Framework 8

Gets the billing schedule plugin ID.

Return value

string The billing schedule plugin ID.

Overrides BillingScheduleInterface::getPluginId

File

src/Entity/BillingSchedule.php, line 218

Class

BillingSchedule
Defines the billing schedule entity class.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getPluginId() {
  return $this->plugin;
}