You are here

public function StockEventTypeInterface::getDefaultMessage in Commerce Stock 8

Gets the stock event type default transaction message.

Return value

string The stock event type transaction message.

1 method overrides StockEventTypeInterface::getDefaultMessage()
StockEventTypeBase::getDefaultMessage in src/Plugin/Commerce/StockEventType/StockEventTypeBase.php
Gets the stock event type default transaction message.

File

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

Class

StockEventTypeInterface
Defines an interface for Stock Event Type plugins.

Namespace

Drupal\commerce_stock\Plugin\Commerce\StockEventType

Code

public function getDefaultMessage();