public function CheckoutPaneInterface::getId in Commerce Core 8.2
Gets the pane ID.
Return value
string The pane ID.
1 method overrides CheckoutPaneInterface::getId()
- CheckoutPaneBase::getId in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneBase.php - Gets the pane ID.
File
- modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneInterface.php, line 38
Class
- CheckoutPaneInterface
- Defines the interface for checkout panes.
Namespace
Drupal\commerce_checkout\Plugin\Commerce\CheckoutPaneCode
public function getId();