You are here

public function StockTransactions2::validateForm in Commerce Stock 8

@todo: We need to check the product is managed by a stock service. Or remove this override as it does nothing.

Overrides FormBase::validateForm

File

modules/ui/src/Form/StockTransactions2.php, line 211

Class

StockTransactions2
The second 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);
}