You are here

service rate.entity.vote_widget in Rate 8

Class

Drupal\rate\RateEntityVoteWidget
2 string references to rate.entity.vote_widget
rate_entity_view in ./rate.module
Implements hook_entity_view().
VoteController::create in src/Controller/VoteController.php
Instantiates a new instance of this class.

File

./rate.services.yml
rate.services.yml

View source
  1. class: Drupal\rate\RateEntityVoteWidget
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'
  5. - '@current_user'
  6. - '@plugin.manager.votingapi.resultfunction'