public function StockEventTypeInterface::getLabel in Commerce Stock 8
Gets the stock event type label.
Return value
string The stock event type label.
1 method overrides StockEventTypeInterface::getLabel()
- StockEventTypeBase::getLabel in src/
Plugin/ Commerce/ StockEventType/ StockEventTypeBase.php - Gets the stock event type label.
File
- src/
Plugin/ Commerce/ StockEventType/ StockEventTypeInterface.php, line 18
Class
- StockEventTypeInterface
- Defines an interface for Stock Event Type plugins.
Namespace
Drupal\commerce_stock\Plugin\Commerce\StockEventTypeCode
public function getLabel();