You are here

public function CheckoutPaneInterface::buildConfigurationSummary in Commerce Core 8.2

Builds a summary of the pane configuration.

Complements the methods provided by PluginFormInterface, allowing the checkout flow form to provide a summary of pane configuration.

Return value

string An HTML summary of the pane configuration.

1 method overrides CheckoutPaneInterface::buildConfigurationSummary()
CheckoutPaneBase::buildConfigurationSummary in modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneBase.php
Builds a summary of the pane configuration.

File

modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneInterface.php, line 117

Class

CheckoutPaneInterface
Defines the interface for checkout panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function buildConfigurationSummary();