public function OrderFields::getDisplayLabel in Commerce Checkout Order Fields 8
Gets the pane display label.
This label is customer-facing. Shown as the title of the pane form if the wrapper_element is 'fieldset'.
Return value
string The pane display label.
Overrides CheckoutPaneBase::getDisplayLabel
File
- src/
Plugin/ Commerce/ CheckoutPane/ OrderFields.php, line 96
Class
- OrderFields
- Exposes the "Checkout" form view mode during checkout.
Namespace
Drupal\commerce_checkout_order_fields\Plugin\Commerce\CheckoutPaneCode
public function getDisplayLabel() {
return $this->configuration['display_label'];
}