You are here

public function VoteResultInterface::getValue in Voting API 8.3

Returns the vote value.

Return value

float The numeric value of the vote.

1 method overrides VoteResultInterface::getValue()
VoteResult::getValue in src/Entity/VoteResult.php
Returns the vote value.

File

src/VoteResultInterface.php, line 55

Class

VoteResultInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function getValue();