You are here

public function VoteResultInterface::setValue in Voting API 8.3

Sets the vote value.

Parameters

float $value: The vote value.

Return value

$this

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

File

src/VoteResultInterface.php, line 65

Class

VoteResultInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function setValue($value);