public function CheckoutPaneBase::getLabel in Commerce Core 8.2
Gets the pane label.
This label is admin-facing.
Return value
string The pane label.
Overrides CheckoutPaneInterface::getLabel
File
- modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneBase.php, line 159
Class
- CheckoutPaneBase
- Provides the base checkout pane class.
Namespace
Drupal\commerce_checkout\Plugin\Commerce\CheckoutPaneCode
public function getLabel() {
return $this->pluginDefinition['label'];
}