You are here

public static function EmailForm::ajaxRefresh in Commerce Email 8

Ajax callback.

File

src/Form/EmailForm.php, line 193

Class

EmailForm

Namespace

Drupal\commerce_email\Form

Code

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