public function CheckoutFlowInterface::getPluginId in Commerce Core 8.2
Gets the checkout flow plugin ID.
Return value
string The checkout flow plugin ID.
1 method overrides CheckoutFlowInterface::getPluginId()
- CheckoutFlow::getPluginId in modules/
checkout/ src/ Entity/ CheckoutFlow.php - Gets the checkout flow plugin ID.
File
- modules/
checkout/ src/ Entity/ CheckoutFlowInterface.php, line 29
Class
- CheckoutFlowInterface
- Defines the interface for checkout flows.
Namespace
Drupal\commerce_checkout\EntityCode
public function getPluginId();