You are here

public static function TaxTypeForm::ajaxRefresh in Commerce Core 8.2

Ajax callback.

File

modules/tax/src/Form/TaxTypeForm.php, line 129

Class

TaxTypeForm

Namespace

Drupal\commerce_tax\Form

Code

public static function ajaxRefresh(array $form, FormStateInterface $form_state) {
  return $form;
}