public function BillingScheduleBase::defaultConfiguration in Commerce Recurring Framework 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
2 calls to BillingScheduleBase::defaultConfiguration()
- BillingScheduleBase::setConfiguration in src/
Plugin/ Commerce/ BillingSchedule/ BillingScheduleBase.php - Sets the configuration for this plugin instance.
- IntervalBase::defaultConfiguration in src/
Plugin/ Commerce/ BillingSchedule/ IntervalBase.php - Gets default configuration for this plugin.
1 method overrides BillingScheduleBase::defaultConfiguration()
- IntervalBase::defaultConfiguration in src/
Plugin/ Commerce/ BillingSchedule/ IntervalBase.php - Gets default configuration for this plugin.
File
- src/
Plugin/ Commerce/ BillingSchedule/ BillingScheduleBase.php, line 67
Class
- BillingScheduleBase
- Provides the base class for billing schedules.
Namespace
Drupal\commerce_recurring\Plugin\Commerce\BillingScheduleCode
public function defaultConfiguration() {
return [];
}