You are here

protected function CouponRedemption::requiredConfiguration in Commerce Core 8.2

Gets the required configuration for this plugin.

Return value

string[] The required configuration keys.

Overrides InlineFormBase::requiredConfiguration

File

modules/promotion/src/Plugin/Commerce/InlineForm/CouponRedemption.php, line 76

Class

CouponRedemption
Provides an inline form for redeeming a coupon.

Namespace

Drupal\commerce_promotion\Plugin\Commerce\InlineForm

Code

protected function requiredConfiguration() {
  return [
    'order_id',
  ];
}