You are here

public function VoteInterface::getValue in Voting API 8.3

Returns the vote value.

Return value

float The numeric value of the vote.

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

File

src/VoteInterface.php, line 55

Class

VoteInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function getValue();