You are here

interface FieldVoteResultInterface in Votingapi Widgets 8

Interface for field vote results plugins.

Hierarchy

Expanded class hierarchy of FieldVoteResultInterface

All classes that implement FieldVoteResultInterface

File

src/FieldVoteResultInterface.php, line 8

Namespace

Drupal\votingapi_widgets
View source
interface FieldVoteResultInterface {

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

}

Members