You are here

public function CheckoutFlow::getPluginId in Commerce Core 8.2

Gets the checkout flow plugin ID.

Return value

string The checkout flow plugin ID.

Overrides CheckoutFlowInterface::getPluginId

File

modules/checkout/src/Entity/CheckoutFlow.php, line 104

Class

CheckoutFlow
Defines the checkout flow entity class.

Namespace

Drupal\commerce_checkout\Entity

Code

public function getPluginId() {
  return $this->plugin;
}