You are here

public function BillingScheduleBase::getConfiguration in Commerce Recurring Framework 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/Plugin/Commerce/BillingSchedule/BillingScheduleBase.php, line 53

Class

BillingScheduleBase
Provides the base class for billing schedules.

Namespace

Drupal\commerce_recurring\Plugin\Commerce\BillingSchedule

Code

public function getConfiguration() {
  return $this->configuration;
}