You are here

public function FivestarForm::fivestarAjaxVote in Fivestar 8

Ajax callback: update fivestar form after voting.

File

src/Form/FivestarForm.php, line 108

Class

FivestarForm
Fivestar form.

Namespace

Drupal\fivestar\Form

Code

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