public function BaseRatingForm::__construct in Votingapi Widgets 8
Class constructor.
Overrides ContentEntityForm::__construct
File
- src/
Form/ BaseRatingForm.php, line 31
Class
- BaseRatingForm
- Form controller for Campaign edit forms.
Namespace
Drupal\votingapi_widgets\FormCode
public function __construct(VoteResultFunctionManager $votingapi_result, EntityRepositoryInterface $entity_repository, EntityTypeBundleInfoInterface $entity_type_bundle_info = NULL, TimeInterface $time = NULL) {
parent::__construct($entity_repository, $entity_type_bundle_info, $time);
$this->votingapiResult = $votingapi_result;
}