public static function BillingScheduleForm::ajaxRefresh in Commerce Recurring Framework 8
Ajax callback.
File
- src/
Form/ BillingScheduleForm.php, line 220
Class
Namespace
Drupal\commerce_recurring\FormCode
public static function ajaxRefresh(array $form, FormStateInterface $form_state) {
return $form;
}