You are here

public function CheckoutPanePluginInterface::getWeight in Ubercart 8.4

Returns the weight of the checkout pane.

Return value

int The integer weight of the checkout pane.

1 method overrides CheckoutPanePluginInterface::getWeight()
CheckoutPanePluginBase::getWeight in uc_cart/src/CheckoutPanePluginBase.php
Returns the weight of the checkout pane.

File

uc_cart/src/CheckoutPanePluginInterface.php, line 105

Class

CheckoutPanePluginInterface
Defines an interface for checkout pane plugins.

Namespace

Drupal\uc_cart

Code

public function getWeight();