Vote
Component type
Maintenance status
Development status
Component created
Component changed
Description
Vote defines a new entity type (vote). Votes can be cast on ANY entity type that "your drupal" knows (even on "vote" itself).
Vote provides "functions" and "voting types":
A function basically provides a handler which defines how and where a function stores its result values. Each function can have its own db table to store the results in order to allow more complex functions to break the INTEGER barrier which the default result table uses for its results.
