You are here

public property CommerceCheckoutPane::$wrapper_element in Commerce Core 8.2

The wrapper element to use when rendering the pane's form.

E.g: 'container', 'fieldset'. Defaults to 'container'.

Type: string

File

modules/checkout/src/Annotation/CommerceCheckoutPane.php, line 59

Class

CommerceCheckoutPane
Defines the checkout pane plugin annotation object.

Namespace

Drupal\commerce_checkout\Annotation

Code

public $wrapper_element;