You are here

public static function PaymentMethodAddForm::ajaxRefresh in Commerce Core 8.2

Ajax callback.

File

modules/payment/src/Form/PaymentMethodAddForm.php, line 268

Class

PaymentMethodAddForm
Provides the payment method add form.

Namespace

Drupal\commerce_payment\Form

Code

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