You are here

interface RateVoteResultInterface in Rate 8.2

Interface for rate vote results plugins.

Hierarchy

Expanded class hierarchy of RateVoteResultInterface

All classes that implement RateVoteResultInterface

File

src/RateVoteResultInterface.php, line 8

Namespace

Drupal\rate
View source
interface RateVoteResultInterface {

  /**
   * Get all votes for a field.
   */
  public function getVotesForField($votes);

}

Members

Namesort descending Modifiers Type Description Overrides
RateVoteResultInterface::getVotesForField public function Get all votes for a field. 1