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\FormCode
public function fivestarAjaxVote(array $form, FormStateInterface $form_state) {
return $form;
}