You are here

public static function QueueForm::ajaxRefresh in Advanced Queue 8

Ajax callback.

File

src/Form/QueueForm.php, line 138

Class

QueueForm
Queue form.

Namespace

Drupal\advancedqueue\Form

Code

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