You are here

public function CheckoutPaneInterface::getWrapperElement in Commerce Core 8.2

Gets the pane wrapper element.

Used when rendering the pane's form. E.g: 'container', 'fieldset'. Defaults to 'container'.

Return value

string The pane wrapper element.

1 method overrides CheckoutPaneInterface::getWrapperElement()
CheckoutPaneBase::getWrapperElement in modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneBase.php
Gets the pane wrapper element.

File

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

Class

CheckoutPaneInterface
Defines the interface for checkout panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function getWrapperElement();