You are here

public static function BillingScheduleForm::ajaxRefresh in Commerce Recurring Framework 8

Ajax callback.

File

src/Form/BillingScheduleForm.php, line 220

Class

BillingScheduleForm

Namespace

Drupal\commerce_recurring\Form

Code

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