You are here

public function CheckoutPaneBase::getId in Commerce Core 8.2

Gets the pane ID.

Return value

string The pane ID.

Overrides CheckoutPaneInterface::getId

File

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

Class

CheckoutPaneBase
Provides the base checkout pane class.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function getId() {
  return $this->pluginId;
}