You are here

public function PromotionOfferBase::getConfiguration in Commerce Core 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

modules/promotion/src/Plugin/Commerce/PromotionOffer/PromotionOfferBase.php, line 67

Class

PromotionOfferBase
Provides the base class for offers.

Namespace

Drupal\commerce_promotion\Plugin\Commerce\PromotionOffer

Code

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