You are here

public function FivestarForm::__construct in Fivestar 8

Creates a new object of this class.

File

src/Form/FivestarForm.php, line 33

Class

FivestarForm
Fivestar form.

Namespace

Drupal\fivestar\Form

Code

public function __construct(VoteResultManager $result_manager) {
  $this->resultManager = $result_manager;
}