public function CheckoutPaneInterface::getWeight in Commerce Core 8.2
Gets the pane weight.
Return value
string The pane weight.
1 method overrides CheckoutPaneInterface::getWeight()
- CheckoutPaneBase::getWeight in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneBase.php - Gets the pane weight.
File
- modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneInterface.php, line 96
Class
- CheckoutPaneInterface
- Defines the interface for checkout panes.
Namespace
Drupal\commerce_checkout\Plugin\Commerce\CheckoutPaneCode
public function getWeight();