You are here

protected function CustomerProfile::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/order/src/Plugin/Commerce/InlineForm/CustomerProfile.php, line 133

Class

CustomerProfile
Provides an inline form for managing a customer profile.

Namespace

Drupal\commerce_order\Plugin\Commerce\InlineForm

Code

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