You are here

fivestar.services.yml in Fivestar 8

File

fivestar.services.yml
View source
  1. services:
  2. fivestar.widget_manager:
  3. class: Drupal\fivestar\WidgetManager
  4. arguments: ['@module_handler']
  5. fivestar.vote_manager:
  6. class: Drupal\fivestar\VoteManager
  7. arguments: ['@entity_type.manager', '@current_user']
  8. fivestar.vote_result_manager:
  9. class: Drupal\fivestar\VoteResultManager
  10. arguments: [ '@plugin.manager.votingapi.resultfunction']