You are here

public function CheckoutPaneBase::getWeight in Commerce Core 8.2

Gets the pane weight.

Return value

string The pane weight.

Overrides CheckoutPaneInterface::getWeight

File

modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneBase.php, line 194

Class

CheckoutPaneBase
Provides the base checkout pane class.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function getWeight() {
  return $this->configuration['weight'];
}