You are here

public static function PaymentAddForm::ajaxRefresh in Commerce Core 8.2

Ajax callback.

File

modules/payment/src/Form/PaymentAddForm.php, line 356

Class

PaymentAddForm
Provides the payment add form.

Namespace

Drupal\commerce_payment\Form

Code

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