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\InlineFormCode
protected function requiredConfiguration() {
return [
'profile_scope',
];
}