You are here

public function VoteInterface::setValue in Voting API 8.3

Sets the vote value.

Parameters

float $value: The vote value.

Return value

$this

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

File

src/VoteInterface.php, line 65

Class

VoteInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function setValue($value);