public function CheckoutPaneInterface::getDisplayLabel in Commerce Core 8.2
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.
1 method overrides CheckoutPaneInterface::getDisplayLabel()
- CheckoutPaneBase::getDisplayLabel in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneBase.php - Gets the pane display label.
File
- modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneInterface.php, line 59
Class
- CheckoutPaneInterface
- Defines the interface for checkout panes.
Namespace
Drupal\commerce_checkout\Plugin\Commerce\CheckoutPaneCode
public function getDisplayLabel();