You are here

public static function ExchangeRatesForm::ajaxRefresh in Commerce Exchanger 8

Ajax callback.

File

src/Form/ExchangeRatesForm.php, line 259

Class

ExchangeRatesForm
Class ExchangeRateForm.

Namespace

Drupal\commerce_exchanger\Form

Code

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