You are here

public function StockEventTypeInterface::getDisplayLabel in Commerce Stock 8

Gets the stock event type display label.

For enventually use in UI.

Return value

string The stock event type display label.

1 method overrides StockEventTypeInterface::getDisplayLabel()
StockEventTypeBase::getDisplayLabel in src/Plugin/Commerce/StockEventType/StockEventTypeBase.php
Gets the stock event type display label.

File

src/Plugin/Commerce/StockEventType/StockEventTypeInterface.php, line 28

Class

StockEventTypeInterface
Defines an interface for Stock Event Type plugins.

Namespace

Drupal\commerce_stock\Plugin\Commerce\StockEventType

Code

public function getDisplayLabel();