public function CheckoutPanePluginBase::getWeight in Ubercart 8.4
Returns the weight of the checkout pane.
Return value
int The integer weight of the checkout pane.
Overrides CheckoutPanePluginInterface::getWeight
1 call to CheckoutPanePluginBase::getWeight()
- CheckoutPanePluginBase::getConfiguration in uc_cart/
src/ CheckoutPanePluginBase.php - Gets this plugin's configuration.
File
- uc_cart/
src/ CheckoutPanePluginBase.php, line 38
Class
- CheckoutPanePluginBase
- Defines a base checkout pane plugin implementation.
Namespace
Drupal\uc_cartCode
public function getWeight() {
return $this->weight;
}