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\EntityCode
public function getPluginId() {
return $this->plugin;
}