You are here

protected function InlineFormBase::requiredConfiguration in Commerce Core 8.2

Gets the required configuration for this plugin.

Return value

string[] The required configuration keys.

1 call to InlineFormBase::requiredConfiguration()
InlineFormBase::validateConfiguration in src/Plugin/Commerce/InlineForm/InlineFormBase.php
Validates configuration.
5 methods override InlineFormBase::requiredConfiguration()
ContentEntity::requiredConfiguration in src/Plugin/Commerce/InlineForm/ContentEntity.php
Gets the required configuration for this plugin.
CouponRedemption::requiredConfiguration in modules/promotion/src/Plugin/Commerce/InlineForm/CouponRedemption.php
Gets the required configuration for this plugin.
CustomerProfile::requiredConfiguration in modules/order/src/Plugin/Commerce/InlineForm/CustomerProfile.php
Gets the required configuration for this plugin.
PaymentGatewayForm::requiredConfiguration in modules/payment/src/Plugin/Commerce/InlineForm/PaymentGatewayForm.php
Gets the required configuration for this plugin.
PluginConfiguration::requiredConfiguration in src/Plugin/Commerce/InlineForm/PluginConfiguration.php
Gets the required configuration for this plugin.

File

src/Plugin/Commerce/InlineForm/InlineFormBase.php, line 76

Class

InlineFormBase
Provides the base class for inline forms.

Namespace

Drupal\commerce\Plugin\Commerce\InlineForm

Code

protected function requiredConfiguration() {
  return [];
}