You are here

public function CheckoutPaneInterface::getLabel in Commerce Core 8.2

Gets the pane label.

This label is admin-facing.

Return value

string The pane label.

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

File

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

Class

CheckoutPaneInterface
Defines the interface for checkout panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function getLabel();