public function BillingScheduleInterface::setPluginId in Commerce Recurring Framework 8
Sets the billing schedule plugin ID.
Parameters
string $plugin_id: The billing schedule plugin ID.
Return value
$this
1 method overrides BillingScheduleInterface::setPluginId()
- BillingSchedule::setPluginId in src/
Entity/ BillingSchedule.php - Sets the billing schedule plugin ID.
File
- src/
Entity/ BillingScheduleInterface.php, line 124
Class
- BillingScheduleInterface
- Defines the interface for billing schedules.
Namespace
Drupal\commerce_recurring\EntityCode
public function setPluginId($plugin_id);