You are here

public function StockTransactions1::validateForm in Commerce Stock 8

@todo: We need to check the product is managed by a stock service. Otherwise we should remove this override.

Overrides FormBase::validateForm

File

modules/ui/src/Form/StockTransactions1.php, line 49

Class

StockTransactions1
The first part of a two part create stock transaction form.

Namespace

Drupal\commerce_stock_ui\Form

Code

public function validateForm(array &$form, FormStateInterface $form_state) {
  parent::validateForm($form, $form_state);
}