You are here

protected function SimpleStockTransactionWidget::getHelpText in Commerce Stock 8

@inheritdoc

Overrides StockLevelWidgetBase::getHelpText

File

modules/field/src/Plugin/Field/FieldWidget/SimpleStockTransactionWidget.php, line 26

Class

SimpleStockTransactionWidget
Plugin implementation of the 'commerce_stock_level_simple_transaction' widget.

Namespace

Drupal\commerce_stock_field\Plugin\Field\FieldWidget

Code

protected function getHelpText() {
  return $this
    ->t('Simple stock adjustments right on the product edit form. We recommend using this widget. Learn in the docs why.');
}